mirror of
https://github.com/woodchen-ink/Q58Connect.git
synced 2025-07-18 05:51:55 +08:00
chore: Update type imports for client and dashboard pages
This commit is contained in:
parent
0fe8bfc6aa
commit
f1cfe78be1
@ -1,6 +1,6 @@
|
||||
import Link from "next/link";
|
||||
import { notFound, redirect } from "next/navigation";
|
||||
import type { ExtendedClient } from "@/types";
|
||||
import type { ExtendedAccessToken, ExtendedClient } from "@/types";
|
||||
import { ArrowLeft } from "lucide-react";
|
||||
|
||||
import { getAuthorizationsByClientId } from "@/lib/dto/authorization";
|
||||
|
@ -1,5 +1,6 @@
|
||||
import Link from "next/link";
|
||||
import { redirect } from "next/navigation";
|
||||
import type { Prisma } from "@prisma/client";
|
||||
|
||||
import { getClientsByUserId } from "@/lib/dto/client";
|
||||
import { getCurrentUser } from "@/lib/session";
|
||||
|
Loading…
x
Reference in New Issue
Block a user