Skip to content

Commit

Permalink
fix: Fixed Welcome Page [skip release] (#3069)
Browse files Browse the repository at this point in the history
Fixes: #3068  

This is a fix to the Welcome Page mdx.

[category:Documentation]
  • Loading branch information
josh-bagwell authored Dec 10, 2024
1 parent 5e1dba2 commit e9eabae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/docs/mdx/welcome.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
33import Readme from '../../../README.md';
import Readme from '../../../README.md';
import Markdown from '../../../utils/storybook/Markdown.tsx';
import {WelcomePage} from './welcomePage';
import {InstallBlock} from './installBlock';
import {version} from '../../../lerna.json';
import { WelcomePage } from './welcomePage';
import { InstallBlock } from './installBlock';
import { version } from '../../../lerna.json';

<Meta title="Welcome" />

Expand Down

0 comments on commit e9eabae

Please sign in to comment.