Skip to content

Commit ab2bfbe

Browse files
committed
chore: remove metasyntactic variables
1 parent b06d1b3 commit ab2bfbe

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/component-library/src/TabList/index.stories.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { Meta, StoryObj } from "@storybook/react";
22

3-
import { TabList as TabListComponent } from "./index.jsx";
43
import { Tabs as UnstyledTabs } from "../unstyled/Tabs/index.jsx";
4+
import { TabList as TabListComponent } from "./index.jsx";
55

66
const meta = {
77
component: TabListComponent,
@@ -31,8 +31,9 @@ export const TabList = {
3131
args: {
3232
label: "Tab List",
3333
items: [
34-
{ id: "foo", children: "Foo" },
35-
{ id: "bar", children: "Bar" },
34+
{ id: "btc", children: "BTC" },
35+
{ id: "eth", children: "ETH" },
36+
{ id: "sol", children: "SOL" },
3637
],
3738
},
3839
} satisfies StoryObj<typeof TabListComponent>;

0 commit comments

Comments
 (0)