mirror of
https://github.com/pawelmalak/flame.git
synced 2024-12-30 14:07:10 +03: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'),
|
|
};
|