16 lines
295 B
TypeScript
16 lines
295 B
TypeScript
|
export const TEMPLATES = [,
|
||
|
{
|
||
|
title: 'Starter Kit (Generic)',
|
||
|
value: 'starter'
|
||
|
}, {
|
||
|
title: 'Blog',
|
||
|
value: 'blog'
|
||
|
},
|
||
|
{
|
||
|
title: 'Documentation',
|
||
|
value: 'docs'
|
||
|
},
|
||
|
{
|
||
|
title: 'Portfolio',
|
||
|
value: 'portfolio'
|
||
|
}];
|