Skip to content

Commit afcb908

Browse files
Xaohssvenvandescheur
authored andcommitted
🐛 - fix: added decorator to story of settings page
1 parent 8ce1041 commit afcb908

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/pages/settings/Settings.stories.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
import type { Meta, StoryObj } from "@storybook/react";
22

3+
import { ReactRouterDecorator } from "../../../.storybook/decorators";
34
import { SettingsPage } from "./Settings";
45

56
const meta: Meta<typeof SettingsPage> = {
67
title: "Pages/Settings",
78
component: SettingsPage,
9+
decorators: [ReactRouterDecorator],
810
};
911

1012
export default meta;

0 commit comments

Comments
 (0)