Skip to content

Commit

Permalink
🗑️Cleaned up redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
carefree0910 committed May 14, 2023
1 parent 5ed077f commit 9e0b96a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cfdraw/.web/src/hooks/useSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import { ABCStore, langStore } from "@carefree0910/business";

import type { IPythonOnSocketMessage, IPythonSocketRequest } from "@/schema/_python";
import { useReactPluginSettings } from "@/_settings";
import { cleanURL, getBaseURL } from "@/utils/misc";
import { IMAGE_PLACEHOLDER, IS_PROD } from "@/utils/constants";
import { getBaseURL } from "@/utils/misc";
import { IMAGE_PLACEHOLDER } from "@/utils/constants";
import { ThemeType, allThemes, themeStore } from "@/stores/theme";
import { userStore } from "@/stores/user";
import { debugStore } from "@/stores/debug";
Expand Down

0 comments on commit 9e0b96a

Please sign in to comment.