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

@ -3,7 +3,7 @@ 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 { ListShortcutsResponse } from "@/types/proto/api/v2/shortcut_service";
import Icon from "./Icon";
const PullShortcutsButton = () => {