feat: 基础搭建框架完成

This commit is contained in:
landaiqing
2024-04-12 23:31:22 +08:00
parent 18d15ddd17
commit 81524f7edd
17 changed files with 3340 additions and 196 deletions

View File

@@ -1,4 +1,4 @@
import type {RouteObject} from 'react-router-dom'
import type { RouteObject } from 'react-router-dom'
import About from '@/views/about/About'
import Home from '@/views/home/Home'