fix: component name

This commit is contained in:
fushen 2019-12-26 15:49:11 +08:00
parent a172553dfb
commit 4de37b7f47

View File

@ -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