Skip to content

Commit

Permalink
Fix duplicate tags
Browse files Browse the repository at this point in the history
Somehow it worked before and not this way, but now it doesn't?
  • Loading branch information
JonahPlusPlus committed Nov 14, 2024
1 parent 5672e80 commit 9589ee1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/data/match-tag/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { ArgTypes, Canvas, Meta } from "@storybook/blocks";

import * as MatchTagStories from "./index.stories";

<Meta title="data/MatchTag" />
<Meta of={MatchTagStories} />

# `MatchTag<T, S>`
Expand Down
1 change: 0 additions & 1 deletion src/either/map-either/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { ArgTypes, Canvas, Meta } from "@storybook/blocks";

import * as MapEitherStories from "./index.stories";

<Meta title="either/MapEither" />
<Meta of={MapEitherStories} />

# `MapEither<R, L>`
Expand Down
1 change: 0 additions & 1 deletion src/exit/map-exit/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { ArgTypes, Canvas, Meta } from "@storybook/blocks";

import * as MapExitStories from "./index.stories";

<Meta title="exit/MapExit" />
<Meta of={MapExitStories} />

# `MapExit<T, E>`
Expand Down
2 changes: 1 addition & 1 deletion src/option/map-option/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ArgTypes, Canvas, Meta } from "@storybook/blocks";

import * as MapOptionStories from "./index.stories";

<Meta title="option/MapOption" />
<Meta of={MapOptionStories} />

# `MapOption<T>`

Expand Down

0 comments on commit 9589ee1

Please sign in to comment.