Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau committed Feb 4, 2025
1 parent 719244b commit 5a9740f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/lang/solidity/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import { saveAs } from 'file-saver';
import { injectHyperlinks } from './inject-hyperlinks';
import { InitialOptions } from './initial-options';
import { InitialOptions } from '../../initial-options';
import { postMessageToIframe } from '../../post-message';
const dispatch = createEventDispatcher();
Expand Down

0 comments on commit 5a9740f

Please sign in to comment.