We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce1041 commit afcb908Copy full SHA for afcb908
frontend/src/pages/settings/Settings.stories.tsx
@@ -1,10 +1,12 @@
1
import type { Meta, StoryObj } from "@storybook/react";
2
3
+import { ReactRouterDecorator } from "../../../.storybook/decorators";
4
import { SettingsPage } from "./Settings";
5
6
const meta: Meta<typeof SettingsPage> = {
7
title: "Pages/Settings",
8
component: SettingsPage,
9
+ decorators: [ReactRouterDecorator],
10
};
11
12
export default meta;
0 commit comments