Skip to content
Snippets Groups Projects
Commit d86aed80 authored by Behrisch, M. (Michael)'s avatar Behrisch, M. (Michael)
Browse files

fix(panels): :bug: fixes wrong folder import

rawjson was imported with capital letters, which did not work after refactoring to only lowercase filenamings
parent ae5d0a27
No related branches found
No related tags found
1 merge request!7refactor(rawjsonvis): moves rawjsonvis into own component
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment