Skip to content

Commit

Permalink
update storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
bastyen committed May 22, 2024
1 parent 5380600 commit 12500e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"dist/",
"loader/"
],
"type": "module",
"scripts": {
"start": "stencil build --dev --watch --serve",
"generate": "stencil generate",
Expand Down
1 change: 0 additions & 1 deletion src/stories/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ export const createApp = ({
app.setAttribute('fab-color', fabColor);
app.setAttribute('color-trek-line', colorTrekLine);
app.setAttribute('color-sensitive-area', colorSensitiveArea);
app.setAttribute('color-poi-icon', colorPoi);
app.setAttribute('use-gradient', useGradient);
app.setAttribute('treks', treks);
app.setAttribute('touristic-contents', touristicContents);
Expand Down

0 comments on commit 12500e5

Please sign in to comment.