diff --git a/web/index.js b/web/index.js index 8f5e98ac..c97a4394 100644 --- a/web/index.js +++ b/web/index.js @@ -7,7 +7,7 @@ import { Template } from '@/lib/utils/templates'; import 'bootstrap/dist/css/bootstrap.min.css'; import '@/web/index.css'; -import { AppContext } from '@/web/AppContext'; +import { AppContext } from './AppContext'; // TODO eliminate need to export export const dhRoot = document.querySelector('#data-harmonizer-grid');