| 1 | import { createProjectFile, createUserFile } from 'common/util'; |
| 2 | |
| 3 | const getName = filePath => filePath.split('/').pop(); |
| 4 | const getContent = filePath => require('!raw-loader!./' + filePath).default; |
nothing calls this directly
no test coverage detected