Skip to content

Commit

Permalink
fix: 🔨 build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MuttakinHasib committed Jun 1, 2024
1 parent 425b4bc commit 862722e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/(public)/account/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use client";

import { LOGGED_IN } from "@/constant";
import { LOGGED_IN } from "@/constants";
import { AUTH_API } from "@/services";
import { useRouter, useSearchParams } from "next/navigation";
import { useEffect } from "react";
Expand Down

0 comments on commit 862722e

Please sign in to comment.