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/react";
import React, { useCallback, useEffect, useState } from "react";
import type { ButtonProps } from "@/utils/props";
+2
View File
@@ -1,3 +1,5 @@
"use client";
import { Source } from "@/components/Source";
import { ThemeSwitcher } from "@/components/ThemeSwitcher";
+2
View File
@@ -1,3 +1,5 @@
"use client";
import { Select, SelectItem } from "@heroui/react";
import type { SelectorProps } from "@/utils/props";
import type { ChangeEvent } from "react";
+2
View File
@@ -1,3 +1,5 @@
"use client";
import { Button } from "@heroui/button";
import { VscGithubInverted } from "react-icons/vsc";
+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";