Skip to content

Commit f1c54bf

Browse files
committed
chore: lint
1 parent 96cccc6 commit f1c54bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/mdx/mermaid.tsx

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

3-
import { use, useEffect, useId, useState } from "react";
43
import { useTheme } from "next-themes";
4+
import { use, useEffect, useId, useState } from "react";
55

66
export function Mermaid({ chart }: { chart: string }) {
77
const [mounted, setMounted] = useState(false);

0 commit comments

Comments
 (0)