fix(SW-1877): new responsive breadcrumbs
This commit is contained in:
@@ -2,7 +2,7 @@ import type { VariantProps } from "class-variance-authority"
|
||||
|
||||
import type { breadcrumbsVariants } from "./variants"
|
||||
|
||||
type Breadcrumb = {
|
||||
export type Breadcrumb = {
|
||||
title: string
|
||||
uid: string
|
||||
href?: string
|
||||
|
||||
Reference in New Issue
Block a user