Skip to content

Commit

Permalink
feat: import icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonghakseo committed Feb 11, 2024
1 parent d15f403 commit 9541873
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/sidepanel/SidePanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import { getSource } from '@src/shared/cli/getSource';
import { editSource } from '@src/shared/cli/editSource';
import { currentDebugSourceStorage } from '@src/shared/storages/currentDebugSourceStorage';
import { tempDebugSourceStorage } from '@src/shared/storages/tempDebugSourceStorage';
import { ExternalLinkIcon } from '@chakra-ui/icons';

const SidePanel = () => {
const monacoEl = useRef(null);
Expand Down

0 comments on commit 9541873

Please sign in to comment.