Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahblair committed Jan 30, 2024
1 parent a052494 commit 0091b50
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion js/storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ const preview: Preview = {
viewports: {
mobile: { name: "mobile", styles: { width: "320px", height: "400px" } },
tablet: { name: "tablet", styles: { width: "640px", height: "800px" } },
desktop: { name: "desktop", styles: { width: "1024px", height: "1000px" } }
desktop: {
name: "desktop",
styles: { width: "1024px", height: "1000px" }
}
}
}
}
Expand Down

0 comments on commit 0091b50

Please sign in to comment.