chore(docs): reorder imports across documentation files for consistency
All checks were successful
Lint / lint (push) Successful in 9m37s

This commit is contained in:
Mathis HERRIOT
2026-01-05 16:30:02 +01:00
parent 86543eeb4f
commit 6074917bfb
6 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
"use client";
import { use, useEffect, useId, useState } from "react";
import { useTheme } from "next-themes";
import { use, useEffect, useId, useState } from "react";
export function Mermaid({ chart }: { chart: string }) {
const [mounted, setMounted] = useState(false);