Skip to content

Commit

Permalink
🧹 Refactored mdx.server.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ShafSpecs committed Mar 10, 2024
1 parent ebc730e commit b36f4c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/utils/server/mdx.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ export async function mdxToHtml(source: string) {
'./warn.tsx': readFileSync(
join(cwd(), 'app', 'components/plugins/Warn.tsx')
).toString(),
// './tip.tsx': readFileSync(
// join(cwd(), 'app', 'components/plugins/Tip.tsx')
// ).toString(),
'./heading.tsx': readFileSync(
join(cwd(), 'app', 'components/plugins/Heading.tsx')
).toString(),
Expand Down

0 comments on commit b36f4c1

Please sign in to comment.