Skip to content

Commit

Permalink
Update Intro.mdx with title
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim, Allen committed Feb 17, 2025
1 parent f16f411 commit 06bfe8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/stories/intro.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import ReadMe from '../../README.md?raw';
import { Markdown } from '@storybook/blocks';
import { Meta } from '@storybook/addon-docs';
import ReadMe from '../../README.md?raw';
import pkg from '../../package.json';

<Meta title="Intro" />

<a href={pkg.repository.url}>version: {pkg.version}</a>

<Markdown>{ReadMe}</Markdown>

0 comments on commit 06bfe8d

Please sign in to comment.