Skip to content

Commit

Permalink
fix(view): 빌드 에러 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
taboowiths committed Oct 16, 2024
1 parent 37e4c63 commit d7f115d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/view/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import type IDEPort from "ide/IDEPort";
import { useAnalayzedData } from "hooks";
import { RefreshButton } from "components/RefreshButton";
import type { IDESentEvents } from "types/IDESentEvents";

import type { RemoteGitHubInfo } from "types/RemoteGitHubInfo";
import { useBranchStore, useDataStore, useGithubInfo, useLoadingStore } from "store";
import { THEME_INFO } from "components/ThemeSelector/ThemeSelector.const";

Expand Down

0 comments on commit d7f115d

Please sign in to comment.