chore: move buf generated code to gitignore (#2236)

This commit is contained in:
boojack
2023-09-17 20:55:05 +08:00
committed by GitHub
parent d09e3c3658
commit b13042d644
27 changed files with 35 additions and 2821 deletions

View File

@ -1,6 +1,6 @@
import classNames from "classnames";
import { absolutifyLink } from "@/helpers/utils";
import { Resource } from "@/types/proto-grpcweb/api/v2/resource_service";
import { Resource } from "@/types/proto/api/v2/resource_service";
import { getResourceType, getResourceUrl } from "@/utils/resource";
import MemoResource from "./MemoResource";
import showPreviewImageDialog from "./PreviewImageDialog";