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