mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-28 14:44:15 +00:00
refactor: move components directory into src
This commit is contained in:
parent
eef495e809
commit
ce7a57baef
34 changed files with 16 additions and 17 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import { auth } from "@/lib/auth";
|
||||
|
||||
import UsernameForm from "../components/username-form";
|
||||
import { redirect } from "next/navigation";
|
||||
import { auth } from "@/lib/auth";
|
||||
import UsernameForm from "@/components/username-form";
|
||||
|
||||
export default async function CreateUsernamePage() {
|
||||
const session = await auth();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue