Skip to content

Commit

Permalink
chore(hook): 🔥 remove useBreadcrumb
Browse files Browse the repository at this point in the history
- Now live inside Breadcrumbs as parseBreadcrumb

chore(breadcrumbs): 🚚 update name

chore: remove extra whitespaces
  • Loading branch information
Zyruks authored and serudda committed Feb 21, 2024
1 parent 01e7baa commit 4fbb41f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 90 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export const Default: Story = {
export const SpacingExamples: Story = {
render: (args) => {
const spacing = Object.values(BreadcrumbSpacing);

return (
<div>
<div className="grid gap-4">
Expand All @@ -70,7 +69,6 @@ export const SpacingExamples: Story = {
export const CustomSeparators: Story = {
render: (arg) => {
const separators = ['/', '>', '|', '-', '→', '•', '~', '\\', '⇒'];

return (
<div>
<div className="grid gap-4">
Expand Down
1 change: 0 additions & 1 deletion src/hooks/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export * from './useBodyClass/useBodyClass';
export * from './useBreadcrumb/useBreadcrumb';
export * from './useBreakpoint/useBreakpoint';
export * from './useCopyToClipboard/useCopyToClipboard';
export * from './useDebounce/useDebounce';
Expand Down
87 changes: 0 additions & 87 deletions src/hooks/useBreadcrumb/useBreadcrumb.tsx

This file was deleted.

0 comments on commit 4fbb41f

Please sign in to comment.