mirror of
https://github.com/Awuqing/BackupX.git
synced 2026-06-12 05:09:40 +08:00
first commit
This commit is contained in:
13
web/src/app.tsx
Normal file
13
web/src/app.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import { BrowserRouter } from 'react-router-dom'
|
||||
import { RouterView } from './router'
|
||||
import { AuthBootstrap } from './components/AuthBootstrap'
|
||||
|
||||
export function App() {
|
||||
return (
|
||||
<BrowserRouter>
|
||||
<AuthBootstrap>
|
||||
<RouterView />
|
||||
</AuthBootstrap>
|
||||
</BrowserRouter>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user