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

@ -7,7 +7,7 @@ import UserAvatar from "@/components/UserAvatar";
import useLoading from "@/hooks/useLoading";
import { useUserStore } from "@/store/module";
import { useUserV1Store } from "@/store/v1";
import { User } from "@/types/proto-grpcweb/api/v2/user_service";
import { User } from "@/types/proto/api/v2/user_service";
import { useTranslate } from "@/utils/i18n";
const UserProfile = () => {