Skip to content

Commit 8c51f90

Browse files
Copilotwtfzdotnet
andcommitted
feat(organisms): implement ProfileCard component with variants and i18n
Co-authored-by: wtfzdotnet <639376+wtfzdotnet@users.noreply.github.com>
1 parent 7edbb39 commit 8c51f90

11 files changed

Lines changed: 1109 additions & 1 deletion

File tree

src/components/organisms/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
export { IngredientChecklist } from './ingredient-checklist';
55
export { NutritionFacts } from './nutrition-facts';
6+
export { ProfileCard } from './profile-card';
67
export { RecipeCollectionSaver } from './recipe-collection-saver';
78
export { Dialog } from './dialog';
89
export { LoginForm } from './login-form';
@@ -23,6 +24,7 @@ export { CountryLanguageSelector } from './country-language-selector';
2324
// Re-export types
2425
export type { IngredientChecklistProps } from './ingredient-checklist';
2526
export type { NutritionFactsProps } from './nutrition-facts';
27+
export type { ProfileCardProps } from './profile-card';
2628
export type { RecipeCollectionSaverProps } from './recipe-collection-saver';
2729
export type { DialogProps } from './dialog';
2830
export type { LoginFormProps } from './login-form';

0 commit comments

Comments
 (0)