@@ -5,16 +5,16 @@ import { ThemeContext } from "@/app/context";
55import type { RegisterType , ThemeType } from "@/app/type" ;
66import { UserContext , type UserContextValue } from "@/app/UserContext" ;
77import { User } from "@/app/utils/user" ;
8- import Footer from "./app/components/Footer" ;
9- import Header from "./app/components/Header" ;
10- import { queryClient } from "./lib/tanstack/client" ;
11- import AboutUs from "./pages/AboutUs" ;
12- import Disclaimer from "./pages/Disclaimer" ;
13- import Home from "./pages/Home" ;
14- import HowToUse from "./pages/HowToUse" ;
15- import NotFound from "./pages/NotFound" ;
16- import Notion from "./pages/Notion" ;
17- import UserManagement from "./sample/UserManagement" ;
8+ import Footer from "./app/components/Footer/index.tsx " ;
9+ import Header from "./app/components/Header/index.tsx " ;
10+ import { queryClient } from "./lib/tanstack/client.ts " ;
11+ import AboutUs from "./pages/AboutUs.tsx " ;
12+ import Disclaimer from "./pages/Disclaimer.tsx " ;
13+ import Home from "./pages/Home.tsx " ;
14+ import HowToUse from "./pages/HowToUse.tsx " ;
15+ import NotFound from "./pages/NotFound.tsx " ;
16+ import Notion from "./pages/Notion.tsx " ;
17+ import UserManagement from "./sample/UserManagement.tsx " ;
1818
1919/**
2020 * App コンポーネントは、アプリケーション全体のレイアウトを定義します。
0 commit comments