🩹 fix: resolve build error
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 1m4s

This commit is contained in:
2026-02-18 12:56:29 +07:00
parent 39124f0db4
commit 879afd94de
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,6 @@
import { backendFetch, BackendResponse } from "@/shared/helpers/backendFetch";
import { redirect } from "next/navigation";
import { cookies } from "next/headers";
export interface UserSession {
id: string;