Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 3a13055

Browse files
committed
Add breadcrumb component to UI package
1 parent 0b9f435 commit 3a13055

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

apps/docs/src/stories/breadcrumb/breadcrumb.stories.tsx

Whitespace-only changes.

packages/ui/src/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export * from '@/react/alert-dialog';
1313
export * from '@/react/aspect-ratio';
1414
export * from '@/react/avatar';
1515
export * from '@/react/badge';
16+
export * from '@/react/breadcrumb';
1617
export * from '@/react/button';
1718
export * from '@/react/calendar';
1819
export * from '@/react/card';
@@ -53,5 +54,3 @@ export * from '@/react/toggle';
5354
export * from '@/react/toggle-group';
5455
export * from '@/react/toolbar';
5556
export * from '@/react/tooltip';
56-
export { InputPassword } from '@/react/input-password';
57-
export type { InputPasswordProps } from '@/react/input-password';

packages/ui/src/react/breadcrumb.tsx

Whitespace-only changes.

0 commit comments

Comments
 (0)