diff options
Diffstat (limited to 'src/view/screens/Storybook/Theming.tsx')
-rw-r--r-- | src/view/screens/Storybook/Theming.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/view/screens/Storybook/Theming.tsx b/src/view/screens/Storybook/Theming.tsx index 122a57cf8..5b6763370 100644 --- a/src/view/screens/Storybook/Theming.tsx +++ b/src/view/screens/Storybook/Theming.tsx @@ -3,7 +3,6 @@ import {View} from 'react-native' import {atoms as a, useTheme} from '#/alf' import {Text} from '#/components/Typography' - import {Palette} from './Palette' export function Theming() { |