fixed typo

This commit is contained in:
Mauro Balades
2024-08-25 00:02:50 +02:00
parent 353d0af72d
commit 171d759ca3

View File

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