feat: separate icons and logos
This commit is contained in:
parent
63cdd0eea2
commit
9cd6d121ba
|
@ -1,6 +1,6 @@
|
|||
import { XStack } from 'tamagui'
|
||||
import Icon from './Icon'
|
||||
import Tag from './Tag'
|
||||
import Icon from '../Icon'
|
||||
import Tag from '../Tag'
|
||||
import { Text } from '@status-im/components'
|
||||
|
||||
const NimbusLogo = () => {
|
|
@ -1,6 +1,6 @@
|
|||
import { XStack } from 'tamagui'
|
||||
import Icon from './Icon'
|
||||
import Tag from './Tag'
|
||||
import Icon from '../Icon'
|
||||
import Tag from '../Tag'
|
||||
import { Text } from '@status-im/components'
|
||||
|
||||
const NodesLogo = () => {
|
|
@ -3,12 +3,12 @@ import BreadcrumbBar from '../../components/BreadcrumbBar'
|
|||
import { Button as StatusButton, Tag, Text, Avatar, Checkbox } from '@status-im/components'
|
||||
import { Label, Separator, XStack, YStack } from 'tamagui'
|
||||
import PageWrapperShadow from '../../components/PageWrapperShadow'
|
||||
import NimbusLogo from '../../components/NimbusLogo'
|
||||
import NimbusLogo from '../../components/Logos/NimbusLogo'
|
||||
import Titles from '../../components/Titles'
|
||||
import NodeIcon from '../../components/NodeIcon'
|
||||
import ConnectIcon from '../../components/ConnectIcon'
|
||||
import PairIcon from '../../components/PairIcon'
|
||||
import CreateIcon from '../../components/CreateIcon'
|
||||
import NodeIcon from '../../components/Icons/NodeIcon'
|
||||
import ConnectIcon from '../../components/Icons/ConnectIcon'
|
||||
import PairIcon from '../../components/Icons/PairIcon'
|
||||
import CreateIcon from '../../components/Icons/CreateIcon'
|
||||
import LabelInputField from '../../components/LabelInputField'
|
||||
|
||||
const ConnectDevicePage = () => {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import { Stack, XStack, YStack } from 'tamagui'
|
||||
import PageWrapperShadow from '../../components/PageWrapperShadow'
|
||||
import NimbusLogo from '../../components/NimbusLogo'
|
||||
import NimbusLogo from '../../components/Logos/NimbusLogo'
|
||||
import Titles from '../../components/Titles'
|
||||
import DeviceStorageHealth from '../../components/DeviceStorageHealth'
|
||||
import DeviceCPULoad from '../../components/DeviceCPULoad'
|
||||
|
|
Loading…
Reference in New Issue