mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
refactor: remove unused drizzle-orm import from markdown-viewer
Remove unused 'is' import from drizzle-orm in markdown-viewer.tsx (line 5). This import was never used in the file and unnecessarily dragged ORM code into the UI component's bundle chunk. Benefits: - Removes drizzle-orm from markdown-viewer bundle chunk - Reduces bundle size for components using MarkdownViewer - Cleaner imports with no unused dependencies - Markdown viewer functionality unchanged Fixes #1144
This commit is contained in:
parent
ac554974f6
commit
d114d43fef
1 changed files with 0 additions and 1 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue