Moving files and rename some of them.

This commit is contained in:
charles-gauthereau
2024-12-16 16:30:00 +01:00
parent c97d68d697
commit 31ee81c10f
75 changed files with 64 additions and 175 deletions
+1 -1
View File
@@ -1,9 +1,9 @@
import {notFound} from "next/navigation";
import {currentUser} from "@/auth/current-user";
import {LoggedInButton} from "@/components/wrappers/dashboard/LoggedInButton/LoggedInButton";
import {SidebarTrigger} from "@/components/ui/sidebar";
import {ModeToggle} from "@/features/theme/ModeToggle";
import {LoggedInButton} from "@/components/wrappers/dashboard/loggedInButton/LoggedInButton";
export const Header = async () => {
const user = await currentUser()