mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2026-01-23 12:34:42 +00:00
lint everything
This commit is contained in:
10
src/App.tsx
10
src/App.tsx
@@ -4,9 +4,9 @@ import { Router } from '@/router'
|
||||
import { store } from '@/services/store'
|
||||
|
||||
export function App() {
|
||||
return (
|
||||
<Provider store={store}>
|
||||
<Router />
|
||||
</Provider>
|
||||
)
|
||||
return (
|
||||
<Provider store={store}>
|
||||
<Router />
|
||||
</Provider>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user