Skip to content

Commit 09cfd5d

Browse files
authored
Merge pull request #143 from wtfzdotnet/copilot/fix-65
feat(organisms): implement ProfileCard component with variants and internationalization
2 parents 4163442 + de8e08f commit 09cfd5d

File tree

11 files changed

+1082
-4
lines changed

11 files changed

+1082
-4
lines changed

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';
@@ -25,6 +26,7 @@ export { MealPlanCard } from './meal-plan-card';
2526
// Re-export types
2627
export type { IngredientChecklistProps } from './ingredient-checklist';
2728
export type { NutritionFactsProps } from './nutrition-facts';
29+
export type { ProfileCardProps } from './profile-card';
2830
export type { RecipeCollectionSaverProps } from './recipe-collection-saver';
2931
export type { DialogProps } from './dialog';
3032
export type { LoginFormProps } from './login-form';

0 commit comments

Comments
 (0)