mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-24 01:50:06 +00:00
7 lines
120 B
JavaScript
7 lines
120 B
JavaScript
module.exports = function() {
|
|
return {
|
|
'free-solid-svg-icons': 'all',
|
|
'free-regular-svg-icons': 'all'
|
|
};
|
|
};
|