Skip to content

Commit

Permalink
Update CategoryCard.stories.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Kseniya554 authored May 9, 2024
1 parent ee73e03 commit 2509c44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/entities/CategoryCard/CategoryCard.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import type { Meta, StoryObj } from '@storybook/react'

import { TCategory } from '@/models/CategoryModel'

import card1 from '../../assets/images/categoryCards/img-categories-01-210x263.webp'
import { TCategory } from '../../models/CategoryModel'

import { CategoryCard } from './CategoryCard'

Expand Down

0 comments on commit 2509c44

Please sign in to comment.