mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 22:11:15 +08:00
fix: component name
This commit is contained in:
parent
a172553dfb
commit
4de37b7f47
@ -28,7 +28,7 @@ const Title = ({ children, ...props }) => (
|
||||
</Text>
|
||||
);
|
||||
|
||||
export const Welcome = ({ showApp }) => (
|
||||
export const App = ({ showApp }) => (
|
||||
<Main>
|
||||
<Title>Welcome to storybook for Rax</Title>
|
||||
<Image
|
||||
|
Loading…
x
Reference in New Issue
Block a user