diff options
Diffstat (limited to 'gui/src/index.tsx')
| -rw-r--r-- | gui/src/index.tsx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gui/src/index.tsx b/gui/src/index.tsx deleted file mode 100644 index d2f18a0..0000000 --- a/gui/src/index.tsx +++ /dev/null @@ -1,9 +0,0 @@ -/* @refresh reload */ -import { render } from 'solid-js/web' - -import './index.css' -import App from './views/App' - -const root = document.getElementById('root') - -render(() => <App />, root!) |
