We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd4b98 commit fe2d599Copy full SHA for fe2d599
apps/dashboard/src/stories/utils.tsx
@@ -27,7 +27,7 @@ export function BadgeContainer(props: {
27
);
28
}
29
30
-function mobileViewport(
+export function mobileViewport(
31
key: "iphone14" | "iphone14promax" | "ipad11p" | "ipad12p",
32
) {
33
return {
0 commit comments