Skip to content

Commit

Permalink
Update DetailsList story name
Browse files Browse the repository at this point in the history
  • Loading branch information
Youakeem committed Sep 19, 2024
1 parent e0b05cd commit 1ed0dea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { DetailsList } from './DetailsList'
type Controls = ComponentProps<typeof DetailsList.Root>

const meta: Meta<Controls> = {
title: 'Components / Product Card / DetailsList',
title: 'Components / ProductCard / DetailsList',
component: DetailsList.Root,
parameters: {
design: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import type { Meta, StoryObj } from '@storybook/react'
import { type ComponentProps } from 'react'
import { Badge, BasePillow, Button, Card, CrossIcon, IconButton, sprinkles, Text, tokens } from 'ui'
Expand Down

0 comments on commit 1ed0dea

Please sign in to comment.