refactor: relocate components to app directory structure
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { AuthScreen } from "@/components/auth/auth-screen";
|
||||
import { AuthScreen } from "@/app/auth/components/auth-screen";
|
||||
|
||||
export default function AuthPage() {
|
||||
return <AuthScreen />;
|
||||
|
||||
Reference in New Issue
Block a user