Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
olayway committed Apr 27, 2023
1 parent f0050d2 commit bdf71b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/template/components/MdxPage.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
import React from "react";
import wikiLink from "@flowershow/remark-wiki-link";
import callouts from "@flowershow/remark-callouts";
import embeds from "@flowershow/remark-embed";
import { MDXRemote } from "next-mdx-remote";
import { Mermaid, Pre } from "@flowershow/core";

console.log({ wikiLink, callouts, embeds });

import layouts from "../layouts";

// Custom components/renderers to pass to MDX.
Expand Down

0 comments on commit bdf71b8

Please sign in to comment.