diff --git a/apps/www/src/app/_components/Project/index.ts b/apps/www/src/app/_components/Project/index.ts index cbbbf01..dc64cb0 100644 --- a/apps/www/src/app/_components/Project/index.ts +++ b/apps/www/src/app/_components/Project/index.ts @@ -1,3 +1,4 @@ export * from './Project'; -export * from './ProjectTitle'; +export * from './ProjectContent'; export * from './ProjectDescription'; +export * from './ProjectTitle';