Skip to content

Commit 81b676e

Browse files
committed
chore: prettier format check
1 parent 3c0bc13 commit 81b676e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config/docs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ export const docsConfig: DocsConfig = {
339339
href: `/docs/components/text-underline`,
340340
items: [],
341341
label: "New",
342-
}
342+
},
343343
],
344344
},
345345
{

registry/components/magicui/text-underline.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"use client";
22

33
import { motion } from "framer-motion";
4+
45
import { cn } from "@/lib/utils";
56

67
interface Props {

0 commit comments

Comments
 (0)