refactor: move components directory into src

This commit is contained in:
trafficlunar 2025-04-18 21:53:23 +01:00
parent eef495e809
commit ce7a57baef
34 changed files with 16 additions and 17 deletions

View file

@ -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();