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