Skip to content

Commit

Permalink
fix: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
esemyonov committed Dec 26, 2023
1 parent 778accb commit 5f3afaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/mdx/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import {
ShowIcon,
} from "./ui-icons";
import BundlesTable from "@/components/mdx/BundlesTable";
import GithubButton from "@/components/mdx/GithubButton";

const components = {
FeaturePremiere,
Expand All @@ -32,6 +33,7 @@ const components = {
GitHubIcon,
Screenshot,
BundlesTable,
GithubButton,
};

export default components;

0 comments on commit 5f3afaf

Please sign in to comment.