2
0

feat(dashboard): Add Digital Product Payment template

This commit is contained in:
Baptiste Arnaud
2022-05-31 14:47:58 +02:00
parent 97eb0361c8
commit 89d17a9ed3
2 changed files with 498 additions and 0 deletions

View File

@ -10,6 +10,11 @@ export const templates: TemplateProps[] = [
{ name: 'Customer Support', emoji: '😍', fileName: 'customer-support.json' },
{ name: 'Quiz', emoji: '🕹️', fileName: 'quiz.json' },
{ name: 'Lead Scoring', emoji: '🏆', fileName: 'lead-scoring.json' },
{
name: 'Digital Product Payment',
emoji: '🖼️',
fileName: 'digital-product-payment.json',
},
{
name: 'FAQ',
emoji: '💬',