2
0

feat(template): 📝 Add Quizz

This commit is contained in:
Baptiste Arnaud
2022-04-08 18:07:14 -05:00
parent 4c9f97b254
commit 5aac8229d2
5 changed files with 997 additions and 10 deletions

View File

@ -8,12 +8,7 @@ export type TemplateProps = {
export const templates: TemplateProps[] = [
{ name: 'Lead Generation', emoji: '🤝', fileName: 'lead-gen.json' },
{ name: 'Customer Support', emoji: '😍', fileName: 'customer-support.json' },
{
name: 'Quiz',
emoji: '🕹️',
fileName: 'customer-support.json',
isComingSoon: true,
},
{ name: 'Quiz', emoji: '🕹️', fileName: 'quiz.json' },
{
name: 'Lead Scoring',
emoji: '🏆',