1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 01:14:24 +03:00
ifhub.club/application/frontend/skin/developer/components/note/component.json

13 lines
206 B
JSON
Raw Normal View History

{
"name": "note",
"version": "1.0.0",
"templates": {
"note": "note.tpl"
},
"scripts": {
"note": "js/note.js"
},
"styles": {
"note": "css/note.css"
}
}