mirror of
https://github.com/aykhans/slash-e.git
synced 2025-09-10 11:00:45 +00:00
refactor: update imports
This commit is contained in:
@@ -3,8 +3,7 @@ import { useEffect, useState } from "react";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import CollectionView from "@/components/CollectionView";
|
||||
import CreateCollectionDrawer from "@/components/CreateCollectionDrawer";
|
||||
import useCollectionStore from "@/stores/v1/collection";
|
||||
import useShortcutStore from "@/stores/v1/shortcut";
|
||||
import { useShortcutStore, useCollectionStore } from "@/stores";
|
||||
import FilterView from "../components/FilterView";
|
||||
import Icon from "../components/Icon";
|
||||
import useLoading from "../hooks/useLoading";
|
||||
|
Reference in New Issue
Block a user