1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-24 13:39:35 +02:00

Added theme string normalization to initial process. Added getThemes controller

This commit is contained in:
Paweł Malak 2022-03-23 14:13:14 +01:00
parent ee0b435493
commit e427fbf54c
6 changed files with 310 additions and 0 deletions

View file

@ -0,0 +1,3 @@
module.exports = {
getThemes: require('./getThemes'),
};