summaryrefslogtreecommitdiff
path: root/gui/src/index.tsx
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-10-22 07:46:43 +0100
committerJoe Carstairs <me@joeac.net>2024-10-22 07:46:43 +0100
commit5824c353f978a5b9ab9696451ee3014c6a614ffc (patch)
treebc39754ca417e84eb00b0aa9a1ae2330da0bf282 /gui/src/index.tsx
parent7adaace61a4fe983eba5ded3aaaf624ce6fb9014 (diff)
Refactors importer to use core stuff
Diffstat (limited to 'gui/src/index.tsx')
-rw-r--r--gui/src/index.tsx2
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')