init
This commit is contained in:
@@ -9,7 +9,7 @@ import { Dashboard } from './dashboard';
|
||||
|
||||
dayjs.locale('ru', ruLocale);
|
||||
|
||||
const App = () => {
|
||||
const App = ({ store }) => {
|
||||
return(
|
||||
<BrowserRouter>
|
||||
<Helmet>
|
||||
@@ -64,7 +64,7 @@ const App = () => {
|
||||
}
|
||||
`}
|
||||
/>
|
||||
<Dashboard />
|
||||
<Dashboard store={store} />
|
||||
</BrowserRouter>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user