Skip to content

Commit

Permalink
fix: adding use-client to the dock-demos
Browse files Browse the repository at this point in the history
  • Loading branch information
itsarghyadas committed Dec 19, 2024
1 parent eeee51e commit bc7808d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions registry/default/example/dock-demo-2.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import React from "react";

import { Dock, DockIcon } from "@/registry/default/magicui/dock";
Expand Down
2 changes: 2 additions & 0 deletions registry/default/example/dock-demo-3.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import React from "react";

import { Dock, DockIcon } from "@/registry/default/magicui/dock";
Expand Down
2 changes: 2 additions & 0 deletions registry/default/example/dock-demo.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import { CalendarIcon, HomeIcon, MailIcon, PencilIcon } from "lucide-react";
import Link from "next/link";
import React from "react";
Expand Down

0 comments on commit bc7808d

Please sign in to comment.