mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-19 05:09:29 +00:00
add store and base api
This commit is contained in:
11
src/App.tsx
11
src/App.tsx
@@ -1,3 +1,12 @@
|
||||
import { Provider } from 'react-redux'
|
||||
|
||||
import { Router } from '@/router'
|
||||
import { store } from '@/services/store'
|
||||
|
||||
export function App() {
|
||||
return <div>Hello</div>
|
||||
return (
|
||||
<Provider store={store}>
|
||||
<Router />
|
||||
</Provider>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user