Skip to content

Commit fe2d599

Browse files
committed
lint
1 parent 4bd4b98 commit fe2d599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/stories/utils.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function BadgeContainer(props: {
2727
);
2828
}
2929

30-
function mobileViewport(
30+
export function mobileViewport(
3131
key: "iphone14" | "iphone14promax" | "ipad11p" | "ipad12p",
3232
) {
3333
return {

0 commit comments

Comments
 (0)