diff --git a/src/app/(main)/users/page.tsx b/src/app/(main)/users/page.tsx
new file mode 100644
index 0000000..4303c20
--- /dev/null
+++ b/src/app/(main)/users/page.tsx
@@ -0,0 +1,3 @@
+export default function Page() {
+ return
Users
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2e45c11..199c9dc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,16 +5,16 @@ import { useRouter } from "next/navigation";
const Home = () => {
const router = useRouter();
return (
-
- CS 工具箱
-
- );
-};
+ )
+}
-export default Nav;
+export default Nav
diff --git a/src/components/window/SideBar.tsx b/src/components/window/SideBar.tsx
index c59eb0d..a723ab4 100644
--- a/src/components/window/SideBar.tsx
+++ b/src/components/window/SideBar.tsx
@@ -34,7 +34,7 @@ const Avatar = () => {
const router = useRouter();
return (
- router.push('/test')} className="w-12 h-12 bg-gray-700 rounded-full cursor-pointer">
+
router.push('/users')} className="w-12 h-12 bg-gray-700 rounded-full cursor-pointer">
);