Skip to content

Commit

Permalink
chore: Fix import attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
clepski committed Jul 25, 2024
1 parent 53536fe commit b56eb14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/compas-open-scd/src/open-scd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { Hosting } from './Hosting.js';
import { Historing } from './Historing.js';
import { Plugging } from './Plugging.js';
import { Setting } from './Setting.js';
import '@openscd/open-scd/src/addons/waiter.js';
import '@openscd/open-scd/src/addons/Waiter.js';
import { Wizarding } from '@openscd/open-scd/src/Wizarding.js';
import './addons/CompasSession.js';

Expand Down

0 comments on commit b56eb14

Please sign in to comment.