Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Feb 1, 2024
1 parent 6bfa094 commit d768ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(main)/bytes/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import { cache } from "react"
import rehypeSlug from "rehype-slug"
import remarkGfm from "remark-gfm"
import remarkSmartypants from "remark-smartypants"
import prisma from "lib/prisma"
import { getHighlighter } from "shiki"
import prisma from "lib/prisma"
import MarkdownImage from "../../../components/markdown/MarkdownImage"
import MarkdownLink from "../../../components/markdown/MarkdownLink"
import MarkdownPre from "../../../components/markdown/MarkdownPre"
Expand Down

0 comments on commit d768ce5

Please sign in to comment.