fix: 修复类型导致打包失败

This commit is contained in:
JaguarJack
2023-05-18 11:42:07 +08:00
parent 3e51a72e3b
commit d64cfc99d9
5 changed files with 10 additions and 11 deletions

View File

@@ -1,6 +1,5 @@
// login user type
import { Permission } from './permission'
import { Permission } from './Permission'
export interface User {
id: number