diff options
Diffstat (limited to 'gui/src/index.tsx')
| -rw-r--r-- | gui/src/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/index.tsx b/gui/src/index.tsx index eec284c..d2f18a0 100644 --- a/gui/src/index.tsx +++ b/gui/src/index.tsx @@ -2,7 +2,7 @@ import { render } from 'solid-js/web' import './index.css' -import App from './components/app/App' +import App from './views/App' const root = document.getElementById('root') |
