Skip to content

Commit

Permalink
chore: fixed import
Browse files Browse the repository at this point in the history
Signed-off-by: Stef3st <[email protected]>
  • Loading branch information
Stef3st committed Nov 23, 2023
1 parent 3696b7d commit 1150034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compas-open-scd/src/Setting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
import { Language, languages, loader } from './translations/loader.js';

import 'open-scd/src/WizardDivider.js';
import { WizardDialog } from './wizard-dialog.js';
import { WizardDialog } from 'open-scd/src/wizard-dialog.js';

import {
iec6185072,
Expand Down

0 comments on commit 1150034

Please sign in to comment.