diff options
Diffstat (limited to 'src/App.web.tsx')
-rw-r--r-- | src/App.web.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.web.tsx b/src/App.web.tsx index 2fadf993f..34b6ac6cb 100644 --- a/src/App.web.tsx +++ b/src/App.web.tsx @@ -1,6 +1,6 @@ import React, {useState, useEffect} from 'react' import {RootStore, setupState, RootStoreProvider} from './state' -import * as Routes from './routes' +import * as Routes from './view/routes' function App() { const [rootStore, setRootStore] = useState<RootStore | undefined>(undefined) |