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,9 +1,9 @@
import { IconButton } from "@mui/joy";
import { ListShortcutsResponse } from "@pbtypes/proto/api/v2/shortcut_service_pb";
import { useStorage } from "@plasmohq/storage/hook";
import axios from "axios";
import { useEffect } from "react";
import { toast } from "react-hot-toast";
import { ListShortcutsResponse } from "@/types/proto/api/v2/shortcut_service_pb";
import Icon from "./Icon";
const PullShortcutsButton = () => {