Skip to content

Commit

Permalink
clean import
Browse files Browse the repository at this point in the history
  • Loading branch information
erwan committed Dec 9, 2024
1 parent c2c4e9e commit 8bb4633
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
7 changes: 3 additions & 4 deletions packages/react/components/icon/Icon.native.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import { ComponentName } from '@/components/enumsComponentsName'
import { IconSize } from '@/components/icon/IconEnum'
import { IconProps } from '@/components/icon/IconProps'
import { StatesContext } from '@/context/providerStates'
import { TrilogyThemeContext } from '@/context/providerTheme.native'
import { getAlignStyle } from '@/objects/facets/Alignable'
Expand All @@ -6,9 +9,6 @@ import React, { useContext } from 'react'
import ContentLoader, { Circle } from 'react-content-loader/native'
import { Platform, StyleSheet, TouchableOpacity, View } from 'react-native'
import { WithLocalSvg } from 'react-native-svg/css'
import { ComponentName } from '../enumsComponentsName'
import { IconSize } from './IconEnum'
import { IconProps } from './IconProps'

/**
* Icon Component
Expand Down Expand Up @@ -45,7 +45,6 @@ const Icon = ({
} = useContext(TrilogyThemeContext)

const statesContext = useContext(StatesContext)
const content = ''
const style = {}

const defaultSize =
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import React, { useContext } from 'react'
import { StyleSheet, TouchableOpacity, View } from 'react-native'
import { TimelineContentProps } from './TimelineContentProps'
import { Text, TextLevels } from '@/components/text'
import { Link } from '@/components/link'
import { TypographyColor } from '@/objects'
import { TimelineItemContext } from '@/components/timeline/item/TimelineItem.native'
import { AutoLayout } from '@/components/autolayout'
import { ComponentName } from '@/components/enumsComponentsName'
import { Link } from '@/components/link'
import { Text, TextLevels } from '@/components/text'
import { TimelineContentProps } from '@/components/timeline/content/TimelineContentProps'
import { TimelineItemContext } from '@/components/timeline/item/TimelineItem.native'
import { TypographyColor } from '@/objects'
import React, { useContext } from 'react'
import { StyleSheet, TouchableOpacity, View } from 'react-native'

/**
* Timeline Content Component
Expand Down

0 comments on commit 8bb4633

Please sign in to comment.