feat(artboard): implement 8 new templates

This commit is contained in:
Amruth Pillai
2023-11-09 21:01:01 +01:00
parent 9acf7e8d22
commit 92bb9f96a0
37 changed files with 5422 additions and 1810 deletions

View File

@ -2,7 +2,7 @@ import { Plus, PlusCircle } from "@phosphor-icons/react";
import {
Award,
Certification,
CustomSectionItem,
CustomSection,
Education,
Experience,
Interest,
@ -172,7 +172,7 @@ export const LeftSidebar = () => {
<Fragment key={section.id}>
<Separator />
<SectionBase<CustomSectionItem>
<SectionBase<CustomSection>
id={`custom.${section.id}`}
title={(item) => item.name}
description={(item) => item.description}