Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f30d3e7

Browse files
committedMay 23, 2025·
fix: unused variable
1 parent 3a0316d commit f30d3e7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
 

‎packages/react-native-ui-lite/src/Layout.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import type { Args, StoryContext } from '@storybook/csf';
22
import type { ReactRenderer } from '@storybook/react';
3-
import { styled, Theme, ThemeProvider, useTheme } from '@storybook/react-native-theming';
3+
import { styled, ThemeProvider, useTheme } from '@storybook/react-native-theming';
44
import {
55
IconButton,
66
LayoutProvider,
77
SBUI,
8-
Storage,
98
StorageProvider,
109
useLayout,
1110
useStoreBooleanState,

‎packages/react-native-ui-lite/src/MobileMenuDrawer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import {
1111
SafeAreaView,
1212
ScrollView,
1313
useAnimatedValue,
14-
useWindowDimensions,
1514
View,
1615
} from 'react-native';
1716

0 commit comments

Comments
 (0)
Please sign in to comment.