Skip to content

Commit

Permalink
docs: rename ListingPage
Browse files Browse the repository at this point in the history
  • Loading branch information
gciotola committed Oct 24, 2023
1 parent 2e46e20 commit 2d8242e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Meta, Source, Canvas } from '@storybook/addon-docs';
import * as Stories from './Skus.stories.tsx'
import * as Stories from './ListingPage.stories.tsx'


<Meta of={Stories} />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import LineItemRemoveLink from '#components/line_items/LineItemRemoveLink'
import LineItemsEmpty from '#components/line_items/LineItemsEmpty'

const setup: Meta = {
title: 'Examples/Skus'
title: 'Examples/Listing Page'
}

export default setup
Expand Down

0 comments on commit 2d8242e

Please sign in to comment.