From 81a5cf8444acb604ee8b310dd6a5d3d7811b5bbb Mon Sep 17 00:00:00 2001 From: Jakz Date: Tue, 23 Apr 2024 09:00:37 +0800 Subject: [PATCH] lint --- apps/mobile/src/components/GalleryEditor/useWidthPerToken.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/mobile/src/components/GalleryEditor/useWidthPerToken.ts b/apps/mobile/src/components/GalleryEditor/useWidthPerToken.ts index 9e0619442..14a239f9c 100644 --- a/apps/mobile/src/components/GalleryEditor/useWidthPerToken.ts +++ b/apps/mobile/src/components/GalleryEditor/useWidthPerToken.ts @@ -1,4 +1,5 @@ import { useWindowDimensions } from 'react-native'; + import { horizontalRowPadding, inBetweenColumnPadding } from './utils'; export function useWidthPerToken(columns: number) {