From 7d25d293acb4e901402ca2ec1d933518d6c29cf7 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 10 五月 2024 16:33:24 +0800
Subject: [PATCH] #
---
src/router/index.jsx | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/router/index.jsx b/src/router/index.jsx
index 738bd08..2e05cce 100644
--- a/src/router/index.jsx
+++ b/src/router/index.jsx
@@ -2,6 +2,7 @@
import App from '@/App'
import NotFound from '@/pages/not-found'
+import Fiber from '@/pages/fiber'
// createBrowserRouter -> history
// createHashRouter -> hash (#)
@@ -9,7 +10,7 @@
const router = createBrowserRouter([
{
path: '/',
- element: <App />,
+ element: <Fiber />,
},
{
path: '*',
--
Gitblit v1.9.1