Move things around
This commit is contained in:
parent
ccdadbe5b7
commit
54c25f2e24
3 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { type Message } from "@prisma/client";
|
||||
import CodeBlock from "./codeblock";
|
||||
import { MemoizedReactMarkdown } from "./markdown";
|
||||
import CodeBlock from "@/components/ui/codeblock";
|
||||
import { MemoizedReactMarkdown } from "@/components/markdown";
|
||||
import remarkGfm from "remark-gfm";
|
||||
import remarkMath from "remark-math";
|
||||
import { cn } from "@/lib/utils";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue