From 5824c353f978a5b9ab9696451ee3014c6a614ffc Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 22 Oct 2024 07:46:43 +0100 Subject: Refactors importer to use core stuff --- gui/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/src/index.tsx') 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') -- cgit v1.2.3