global __webpack_public_path__
This commit is contained in:
parent
65216843ac
commit
cb3629bd43
2
index.d.ts
vendored
2
index.d.ts
vendored
@ -2,3 +2,5 @@ declare module '*.svg' {
|
|||||||
const src: string;
|
const src: string;
|
||||||
export default src;
|
export default src;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
declare const __webpack_public_path__: string;
|
@ -10,8 +10,7 @@ import { Dashboard } from './dashboard';
|
|||||||
|
|
||||||
dayjs.locale('ru', ruLocale);
|
dayjs.locale('ru', ruLocale);
|
||||||
|
|
||||||
const App = ({ store }) => {
|
const App = ({ store }) => (
|
||||||
return(
|
|
||||||
<ChakraProvider>
|
<ChakraProvider>
|
||||||
<BrowserRouter>
|
<BrowserRouter>
|
||||||
<Helmet>
|
<Helmet>
|
||||||
@ -80,8 +79,7 @@ const App = ({ store }) => {
|
|||||||
<Dashboard store={store} />
|
<Dashboard store={store} />
|
||||||
</BrowserRouter>
|
</BrowserRouter>
|
||||||
</ChakraProvider>
|
</ChakraProvider>
|
||||||
)
|
)
|
||||||
}
|
|
||||||
|
|
||||||
export default App;
|
export default App;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user