feat: Добавлен переиспользуемый компонент Card для отображения информации в формате "Заголовок - Описание"
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
export { Button } from './Button'
|
||||
export type { ButtonProps } from './Button'
|
||||
export { Card } from './Card'
|
||||
export type { CardProps } from './Card'
|
||||
|
||||
Reference in New Issue
Block a user