update default layout

This commit is contained in:
Amruth Pillai
2023-11-17 08:44:53 +01:00
parent 34247f13b6
commit 78c06abbd4

View File

@ -2,8 +2,8 @@ import { z } from "zod";
export const defaultLayout = [ export const defaultLayout = [
[ [
["summary", "awards", "certifications", "education", "experience", "volunteer"], ["profiles", "summary", "experience", "education", "projects", "volunteer", "references"],
["interests", "languages", "profiles", "projects", "publications", "references", "skills"], ["skills", "interests", "certification", "awards", "publications", "languages"],
], ],
]; ];