Skip to content

Commit 1a6b15b

Browse files
committed
boooook
1 parent 85c6b17 commit 1a6b15b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

site/src/pages/CliInstallPage/CliInstallPageView.stories.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@ import type { Meta, StoryObj } from "@storybook/react";
22
import { CliInstallPageView } from "./CliInstallPageView";
33

44
const meta: Meta<typeof CliInstallPageView> = {
5-
title: "pages/CliAuthPage",
5+
title: "pages/CliInstallPage",
66
component: CliInstallPageView,
7-
args: {
8-
sessionToken: "some-session-token",
9-
},
107
};
118

129
export default meta;
1310
type Story = StoryObj<typeof CliInstallPageView>;
1411

1512
const Example: Story = {};
1613

17-
export { Example as CliAuthPage };
14+
export { Example as CliInstallPage };

0 commit comments

Comments
 (0)