Skip to content

Commit

Permalink
chore: Modify sample stories
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Mar 26, 2024
1 parent eaf6382 commit 237a781
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -85,3 +85,5 @@ lib-esm/
__screenshot__
__screenshots__
.reg

storybook-static/
2 changes: 2 additions & 0 deletions examples/v8-react18/src/Welcome.jsx
@@ -1,3 +1,5 @@
import React from 'react'

export const Welcome = ({ showApp }) => (
<button type="button" onClick={showApp}>
Welcome
Expand Down
2 changes: 2 additions & 0 deletions examples/v8-vite5/src/Welcome.jsx
@@ -1,3 +1,5 @@
import React from 'react'

export const Welcome = ({ showApp }) => (
<button type="button" onClick={showApp}>
Welcome
Expand Down

0 comments on commit 237a781

Please sign in to comment.