mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-19 19:49:37 +02:00
7 lines
170 B
JavaScript
7 lines
170 B
JavaScript
|
module.exports = {
|
||
|
getCSS: require('./getCSS'),
|
||
|
updateCSS: require('./updateCSS'),
|
||
|
getConfig: require('./getConfig'),
|
||
|
updateConfig: require('./updateConfig'),
|
||
|
};
|