File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
resources/scripts/components Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import ProgressBar from '@/components/elements/ProgressBar';
1212import NotFound from '@/components/screens/NotFound' ;
1313import tw , { GlobalStyles as TailwindGlobalStyles } from 'twin.macro' ;
1414import GlobalStylesheet from '@/assets/css/GlobalStylesheet' ;
15- import { createBrowserHistory } from 'history' ;
15+ import { history } from '@/components/ history' ;
1616import { setupInterceptors } from '@/api/interceptors' ;
1717
1818interface ExtendedWindow extends Window {
@@ -31,8 +31,6 @@ interface ExtendedWindow extends Window {
3131 } ;
3232}
3333
34- const history = createBrowserHistory ( { basename : '/' } ) ;
35-
3634setupInterceptors ( history ) ;
3735
3836const Pageview = ( ) => {
Original file line number Diff line number Diff line change 1+ import { createBrowserHistory } from 'history' ;
2+
3+ export const history = createBrowserHistory ( { basename : '/' } ) ;
You can’t perform that action at this time.
0 commit comments