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,5 +1,5 @@
import type { Shortcut } from "@/types/proto/api/v2/shortcut_service_pb";
import { Button, Divider, Input } from "@mui/joy";
import type { Shortcut } from "@pbtypes/proto/api/v2/shortcut_service_pb";
import { useStorage } from "@plasmohq/storage/hook";
import { useEffect, useState } from "react";
import { Toaster, toast } from "react-hot-toast";