Skip to content

Commit

Permalink
chore: move hooks to lib directory
Browse files Browse the repository at this point in the history
  • Loading branch information
babblebey committed Sep 17, 2023
1 parent 0374a41 commit 6fbe718
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/capitalise.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useCapitalise } from "@/hooks/use-capitalise";
import { useCapitalise } from "@/lib/hooks/use-capitalise";

interface CapitaliseProps {
text: string
Expand Down
2 changes: 1 addition & 1 deletion components/mobile-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { cn } from "@/lib/utils";
import { MainNavItem } from "@/types";
import { Icons } from "@/components/icons";
import { siteConfig } from "@/config/site";
import { useLockBody } from "@/hooks/use-lock-body";
import { useLockBody } from "@/lib/hooks/use-lock-body";

interface MobileNavProps {
items: MainNavItem[],
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6fbe718

Please sign in to comment.