app router

This commit is contained in:
2025-06-20 05:15:23 +02:00
parent efc88bb5b8
commit e3326998c4
24 changed files with 391 additions and 383 deletions
+2
View File
@@ -1,3 +1,5 @@
"use client";
import { Button } from "@heroui/button";
import { useTheme } from "next-themes";
import { VscColorMode } from "react-icons/vsc";