feat: Добавлен переиспользуемый компонент Card для отображения информации в формате "Заголовок - Описание"

This commit is contained in:
Ilia Mashkov
2025-11-20 10:00:24 +03:00
parent d3731ad513
commit 7f0d6d902a
5 changed files with 116 additions and 0 deletions

View File

@@ -1,2 +1,4 @@
export { Button } from './Button'
export type { ButtonProps } from './Button'
export { Card } from './Card'
export type { CardProps } from './Card'