Skip to content

Commit

Permalink
Fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
oddballdave committed Jan 22, 2025
1 parent 7e99445 commit 96b62a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import React, { FC, useEffect } from 'react'
import styled from 'styled-components/native'

import { ComponentWrapper } from '../../wrapper'
import { isIOS, PressableOpacityStyle, useTheme } from '../../utils'
import { PressableOpacityStyle, isIOS, useTheme } from '../../utils'

/**
* Props for {@link SegmentedControl}
Expand Down

0 comments on commit 96b62a9

Please sign in to comment.