From bb41f87979bd9acd450d77f9ee4fb62d3eeb8667 Mon Sep 17 00:00:00 2001 From: Franco Borrelli Date: Sat, 24 Aug 2024 17:25:38 -0300 Subject: [PATCH] re order songs --- src/constants/cv/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/cv/index.ts b/src/constants/cv/index.ts index f46ddc7..9dcdc4a 100644 --- a/src/constants/cv/index.ts +++ b/src/constants/cv/index.ts @@ -7,9 +7,9 @@ import { PersonalProjects } from './personalProjects'; import { ProfessionalExperience } from './experience'; export const playlists: Playlist[] = [ - Skills, ProfessionalExperience, PersonalProjects, Education, Publications, + Skills, ];