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