Move things around

This commit is contained in:
Jared Palmer 2023-05-19 14:31:21 -04:00
parent ccdadbe5b7
commit 54c25f2e24
3 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
import { type Message } from "@prisma/client"; import { type Message } from "@prisma/client";
import CodeBlock from "./codeblock"; import CodeBlock from "@/components/ui/codeblock";
import { MemoizedReactMarkdown } from "./markdown"; import { MemoizedReactMarkdown } from "@/components/markdown";
import remarkGfm from "remark-gfm"; import remarkGfm from "remark-gfm";
import remarkMath from "remark-math"; import remarkMath from "remark-math";
import { cn } from "@/lib/utils"; import { cn } from "@/lib/utils";