chore: update proto types for extension

This commit is contained in:
steven
2023-09-03 14:48:19 +08:00
parent 65e366fdf1
commit 0ce934413a
31 changed files with 85 additions and 33 deletions

View File

@ -1,4 +1,4 @@
import type { Shortcut } from "@pbtypes/proto/api/v2/shortcut_service_pb";
import type { Shortcut } from "@/types/proto/api/v2/shortcut_service_pb";
import { useStorage } from "@plasmohq/storage/hook";
import classNames from "classnames";
import { useEffect, useState } from "react";