deploy
This commit is contained in:
9
src/app/App.tsx
Normal file
9
src/app/App.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { RouterProvider, QueryProvider } from './providers'
|
||||
|
||||
export function App() {
|
||||
return (
|
||||
<QueryProvider>
|
||||
<RouterProvider />
|
||||
</QueryProvider>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user