Skip to content

Commit e0946ce

Browse files
committed
wip: move appearancesettingspage
1 parent 784e274 commit e0946ce

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import { ComponentMeta, Story } from "@storybook/react"
2+
import AppearanceSettingsPage from "./AppearanceSettingsPage"
3+
4+
export default {
5+
title: "pages/AppearanceSettingsPage",
6+
component: AppearanceSettingsPage,
7+
} as ComponentMeta<typeof AppearanceSettingsPage>
8+
9+
const Template: Story = (args) => <AppearanceSettingsPage {...args} />
10+
11+
export const Default = Template.bind({})
12+
Default.args = {}

0 commit comments

Comments
 (0)