Skip to content

Commit

Permalink
Merge pull request #859 from reg-viz/chore/modify_sample_stories
Browse files Browse the repository at this point in the history
chore: Modify sample stories
  • Loading branch information
Quramy committed Mar 26, 2024
2 parents eaf6382 + 237a781 commit 5a9124c
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 5a9124c

Please sign in to comment.