diff --git a/apps/graphpolaris/src/app/app.tsx b/apps/graphpolaris/src/app/app.tsx
index 7d754bbd9a9e0a6f7a3e3859e87fcb4bb8f07f4f..f0d382be6575a7f4b19ef984243cc6f5c21e753c 100644
--- a/apps/graphpolaris/src/app/app.tsx
+++ b/apps/graphpolaris/src/app/app.tsx
@@ -4,8 +4,8 @@ import {
   useAppDispatch,
 } from '@graphpolaris/shared/data-access/store';
 import GridLayout from 'react-grid-layout';
-import Panel from '../web/components/panels/Panel';
-import { RawJSONVis } from '../web/components/visualisations/RawJSONVis/raw-jsonvis';
+import Panel from '../web/components/panels/panel';
+import { RawJSONVis } from '../web/components/visualisations/rawjsonvis/rawjsonvis';
 
 export function App() {
   const dispatch = useAppDispatch();