Skip to content

Commit

Permalink
workaround import for AppContext
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethbruskiewicz committed May 21, 2024
1 parent 6d4a198 commit 2a6ee2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 2a6ee2d

Please sign in to comment.