23f272ad26683f920bc498daa417126d9585543f
[yaffs-website] / extras / my_custom_importer_data.js
1 module.exports = function() {
2   return {
3     contents: 'div {color: yellow;}'
4   };
5 };