Fixed some imports and build

This commit is contained in:
cdricms
2025-02-10 09:42:24 +01:00
parent 27b73dbcab
commit bcb563fa1c
9 changed files with 110 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
import { NextRequest, NextResponse } from "next/server";
import { ApiResponse } from "./hooks/use-api";
import { ApiResponse } from "./types/types";
import { API_URL } from "./lib/constants";
import IUser from "./interfaces/IUser";