Skip to content

Commit

Permalink
Fix Spacer import
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Jun 5, 2024
1 parent ff84a15 commit bf70b27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import React, { useEffect } from 'react'

import { Colors } from '@department-of-veterans-affairs/mobile-tokens'
import { Icon, IconProps } from '../Icon/Icon'
import { Spacer } from '../..'
import { Spacer } from '../Spacer/Spacer'
import { useColorScheme } from '../../utils'

export type LoadingIndicatorProps = {
Expand Down

0 comments on commit bf70b27

Please sign in to comment.