From 26df54a09d7e195d0e33266e0b34f8e11d072277 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 7 Dec 2025 03:24:42 +0900 Subject: feat(client): remove registration page --- src/client/api/index.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/client/api/index.ts') diff --git a/src/client/api/index.ts b/src/client/api/index.ts index 2d95c14..fb26b70 100644 --- a/src/client/api/index.ts +++ b/src/client/api/index.ts @@ -6,10 +6,4 @@ export { localStorageTokenStorage, type TokenStorage, } from "./client"; -export type { - ApiError, - AuthResponse, - RegisterResponse, - Tokens, - User, -} from "./types"; +export type { ApiError, AuthResponse, Tokens, User } from "./types"; -- cgit v1.2.3-70-g09d2