refactor(auth): remove unused machine state
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
/**
|
||||
* 认证模式(登录 / 注册)
|
||||
*
|
||||
*
|
||||
*/
|
||||
export const AuthMode = {
|
||||
Login: "login",
|
||||
Register: "register",
|
||||
} as const;
|
||||
|
||||
export type AuthMode = (typeof AuthMode)[keyof typeof AuthMode];
|
||||
@@ -2,7 +2,6 @@
|
||||
* @file Automatically generated by barrelsby.
|
||||
*/
|
||||
|
||||
export * from "./auth_mode";
|
||||
export * from "./auth_panel_mode";
|
||||
export * from "./facebook_user_data";
|
||||
export * from "./login_status";
|
||||
|
||||
Reference in New Issue
Block a user