diff options
Diffstat (limited to 'src/view/screens/Storybook/ListContained.tsx')
-rw-r--r-- | src/view/screens/Storybook/ListContained.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Storybook/ListContained.tsx b/src/view/screens/Storybook/ListContained.tsx index e673743eb..3804c1a6b 100644 --- a/src/view/screens/Storybook/ListContained.tsx +++ b/src/view/screens/Storybook/ListContained.tsx @@ -2,7 +2,7 @@ import React from 'react' import {View} from 'react-native' import {ScrollProvider} from '#/lib/ScrollContext' -import {List, ListMethods} from '#/view/com/util/List' +import {List, type ListMethods} from '#/view/com/util/List' import {Button, ButtonText} from '#/components/Button' import * as Toggle from '#/components/forms/Toggle' import {Text} from '#/components/Typography' |