Skip to content

Commit

Permalink
Started adding stories
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Nov 23, 2023
1 parent 214c782 commit 2f91d4b
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import { Meta, StoryFn } from '@storybook/react'
import { App } from 'scenes/App'

const meta: Meta = {
title: 'Scenes-App/SidePanels',
parameters: {
layout: 'fullscreen',
viewMode: 'story',
mockDate: '2023-07-04', // To stabilize relative dates
},
}
export default meta
export const SidePanelDocs: StoryFn = () => {
return <App />
}

0 comments on commit 2f91d4b

Please sign in to comment.