feat(template): 📝 Add Quizz
This commit is contained in:
@ -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: '🏆',
|
||||
|
Reference in New Issue
Block a user