diff --git a/src/components/General/BreadcrumbBar/BreadcrumbBar.tsx b/src/components/General/BreadcrumbBar/BreadcrumbBar.tsx index 151b7a78..57dece90 100644 --- a/src/components/General/BreadcrumbBar/BreadcrumbBar.tsx +++ b/src/components/General/BreadcrumbBar/BreadcrumbBar.tsx @@ -1,3 +1,6 @@ +import { ChevronRightIcon } from '@status-im/icons' +import { XStack } from 'tamagui' + import './BreadcrumbBar.css' type BreadcrumbBarProps = { @@ -9,9 +12,12 @@ const BreadcrumbBar = ({ breadcrumbList }: BreadcrumbBarProps) => {