refactor: update ts proto generator

This commit is contained in:
Steven
2023-09-20 21:28:36 +08:00
parent dd5cce63c5
commit a372d07c4b
62 changed files with 59 additions and 5110 deletions

View File

@ -1,4 +1,4 @@
import type { Shortcut } from "@/types/proto/api/v2/shortcut_service_pb";
import type { Shortcut } from "@/types/proto/api/v2/shortcut_service";
import { useStorage } from "@plasmohq/storage/hook";
import classNames from "classnames";
import ShortcutView from "./ShortcutView";