Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Feb 9, 2024
1 parent 5102d58 commit 4a6e31a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion packages/components/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as SplashScreen from 'expo-splash-screen'
import { ColorSchemeName, Platform, View } from 'react-native'
import { ColorSchemeName, View } from 'react-native'
import { I18nextProvider } from 'react-i18next'
import { registerRootComponent } from 'expo'
import { useFonts } from 'expo-font'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Button, ButtonProps, ButtonVariants } from './Button'
import { Meta, StoryObj } from '@storybook/react'
import { View } from 'react-native'
import { generateDocs } from '../../utils/storybook'
import React from 'react'

const meta: Meta<ButtonProps> = {
Expand Down
1 change: 0 additions & 1 deletion packages/components/src/components/Icon/Icon.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import React from 'react'

import { Colors } from '@department-of-veterans-affairs/mobile-tokens'
import { Icon, IconProps } from './Icon'
import { generateDocs } from '../../utils/storybook'
import CustomSVG from '../../assets/svgs/custom.svg'

const meta: Meta<IconProps> = {
Expand Down

0 comments on commit 4a6e31a

Please sign in to comment.