mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-29 20:59:30 +00:00
chore: lint with tabwidth: 2
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