mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-18 06:16:38 +00:00
feat: move BreadcrumbBar into own folder
This commit is contained in:
parent
40647b5b3f
commit
d49a4b5b8a
@ -4,7 +4,7 @@ type BreadcrumbBarProps = {
|
||||
breadcrumbList: string[]
|
||||
}
|
||||
|
||||
function BreadcrumbBar({ breadcrumbList }: BreadcrumbBarProps) {
|
||||
const BreadcrumbBar = ({ breadcrumbList }: BreadcrumbBarProps) => {
|
||||
return (
|
||||
<nav className="breadcrumb-bar-nav">
|
||||
<ul className="breadcrumb-bar-ul">
|
@ -1,5 +1,5 @@
|
||||
import { useState } from 'react'
|
||||
import BreadcrumbBar from '../../components/General/BreadcrumbBar'
|
||||
import BreadcrumbBar from '../../components/General/BreadcrumbBar/BreadcrumbBar'
|
||||
import { Button as StatusButton, Tag, Text, Avatar, Checkbox } from '@status-im/components'
|
||||
import { Label, Separator, XStack, YStack } from 'tamagui'
|
||||
import PageWrapperShadow from '../../components/PageWrappers/PageWrapperShadow'
|
||||
|
Loading…
x
Reference in New Issue
Block a user