about summary refs log tree commit diff
path: root/src/view/screens/Storybook/ListContained.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/screens/Storybook/ListContained.tsx')
-rw-r--r--src/view/screens/Storybook/ListContained.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/screens/Storybook/ListContained.tsx b/src/view/screens/Storybook/ListContained.tsx
index 20ec68657..833320148 100644
--- a/src/view/screens/Storybook/ListContained.tsx
+++ b/src/view/screens/Storybook/ListContained.tsx
@@ -1,8 +1,8 @@
 import React from 'react'
 import {FlatList, View} from 'react-native'
 
-import {ScrollProvider} from 'lib/ScrollContext'
-import {List} from 'view/com/util/List'
+import {ScrollProvider} from '#/lib/ScrollContext'
+import {List} from '#/view/com/util/List'
 import {Button, ButtonText} from '#/components/Button'
 import * as Toggle from '#/components/forms/Toggle'
 import {Text} from '#/components/Typography'