mirror of
https://github.com/JuanCanham/jsonresume-theme-modern.git
synced 2024-11-01 08:06:23 +00:00
8 lines
94 B
JavaScript
8 lines
94 B
JavaScript
|
|
||
|
function export (resumeObject) {
|
||
|
return 'Template';
|
||
|
};
|
||
|
|
||
|
module.exports = {
|
||
|
export: export
|
||
|
}
|