refactor: update route type imports for admin actions and remove unused types

This commit is contained in:
Ardeman
2025-03-12 10:41:21 +08:00
parent 70cbb134d8
commit 56c31d7a20
14 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import { staffLoginRequest } from '~/apis/admin/login-staff'
import { loginSchema, type TLoginSchema } from '~/pages/staff-login'
import { generateStaffTokenCookie } from '~/utils/token'
import type { Route } from './+types/actions.login'
import type { Route } from './+types/actions.admin.login'
export const action = async ({ request }: Route.ActionArgs) => {
try {