about summary refs log tree commit diff
path: root/src/view/screens/Storybook/Spacing.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/screens/Storybook/Spacing.tsx')
-rw-r--r--src/view/screens/Storybook/Spacing.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Storybook/Spacing.tsx b/src/view/screens/Storybook/Spacing.tsx
index 9b97e92ad..d7faf93a8 100644
--- a/src/view/screens/Storybook/Spacing.tsx
+++ b/src/view/screens/Storybook/Spacing.tsx
@@ -2,7 +2,7 @@ import React from 'react'
 import {View} from 'react-native'
 
 import {atoms as a, useTheme} from '#/alf'
-import {H1, Text} from '#/components/Typography'
+import {Text, H1} from '#/components/Typography'
 
 export function Spacing() {
   const t = useTheme()