From 28370e30aaf645a38a2ed5002a922db481687fb9 Mon Sep 17 00:00:00 2001 From: parsa aghaei
diff --git a/src/app/types/types.ts b/src/app/types/types.ts index 294033a..3295100 100644 --- a/src/app/types/types.ts +++ b/src/app/types/types.ts @@ -235,8 +235,6 @@ export type AboutMeDataType = { title: string; description: string; image: string; - created_at: string; - updated_at: string; skills: SkillType[]; };