chore: upgrade frontend deps

This commit is contained in:
Steven
2023-10-31 08:35:32 +08:00
parent 5b2a8394d7
commit 898ca70ad1
9 changed files with 1100 additions and 1074 deletions

View File

@ -1,6 +1,6 @@
import type { Shortcut } from "@/types/proto/api/v2/shortcut_service";
import { useStorage } from "@plasmohq/storage/hook";
import classNames from "classnames";
import type { Shortcut } from "@/types/proto/api/v2/shortcut_service";
import ShortcutView from "./ShortcutView";
const ShortcutsContainer = () => {