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;
|
||||
export default src;
|
||||
}
|
||||
|
||||
declare const __webpack_public_path__: string;
|
@ -10,8 +10,7 @@ import { Dashboard } from './dashboard';
|
||||
|
||||
dayjs.locale('ru', ruLocale);
|
||||
|
||||
const App = ({ store }) => {
|
||||
return(
|
||||
const App = ({ store }) => (
|
||||
<ChakraProvider>
|
||||
<BrowserRouter>
|
||||
<Helmet>
|
||||
@ -81,7 +80,6 @@ const App = ({ store }) => {
|
||||
</BrowserRouter>
|
||||
</ChakraProvider>
|
||||
)
|
||||
}
|
||||
|
||||
export default App;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user