Skip to content

Commit

Permalink
Add missing react import
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Nov 9, 2023
1 parent 1feef56 commit f0b50d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/utils/storybook.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
Title,
} from '@storybook/addon-docs'
import { Linking, Text, View } from 'react-native'
import React from 'react'

type DocProps = {
name: string
Expand Down

0 comments on commit f0b50d1

Please sign in to comment.