chore: Fix typo in theme-page.tsx

This commit is contained in:
Mauro Balades
2024-08-25 00:02:00 +02:00
parent 0e33427289
commit 353d0af72d

View File

@@ -1,3 +1,4 @@
"use cient";
import Image from "next/image";
import { getThemeAuthorLink, getThemeFromId, getThemeMarkdown, ZenTheme } from "@/lib/themes";
import { Button } from "./ui/button";