1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-12 20:15:10 +02:00
Files
php-web-maker/src/templateList.js
2018-07-31 01:03:38 +05:30

18 lines
261 B
JavaScript

export default [
{
id: 'preact',
title: 'Preact',
img: 'assets/preact-logo.svg'
},
{
id: 'react',
title: 'React',
img: 'assets/react-logo.svg'
},
{
id: 'kontra-game-engine',
title: 'Kontra Game Engine',
img: 'assets/html5-logo.svg'
}
];