Merge pull request #1175 from SohamBhattacharjee2003/refactor/remove-unused-drizzle-import

refactor: remove unused drizzle import
This commit is contained in:
Rohan Verma 2026-04-07 23:40:54 -07:00 committed by GitHub
commit 8566160db0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,6 @@ import { createCodePlugin } from "@streamdown/code";
import { createMathPlugin } from "@streamdown/math";
import { Streamdown, type StreamdownProps } from "streamdown";
import "katex/dist/katex.min.css";
import { is } from "drizzle-orm";
import Image from "next/image";
import { cn } from "@/lib/utils";