Skip to content

Commit

Permalink
Merge pull request #71 from pbdsce/pr-70
Browse files Browse the repository at this point in the history
[fix:]fixed utils package import
  • Loading branch information
SkySingh04 authored Sep 22, 2024
2 parents 136f960 + 382e357 commit 7f445d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/(default)/pbctf/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use client";
import PBCTFForm from "@/components/forms/pbctfForm";
import DotPattern from "@/components/magicui/dot-pattern";
import { cn } from "@/lib/utils";
import { cn } from "@/lib/server/utils";
import { onAuthStateChanged } from "firebase/auth";
import { auth } from "@/Firebase";
import { useEffect } from "react";
Expand Down
2 changes: 1 addition & 1 deletion components.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"utils": "@/lib/server/utils",
"ui": "@/components/ui",
"magicui": "@/components/magicui"
}
Expand Down

0 comments on commit 7f445d6

Please sign in to comment.