index.js 126 Bytes
Newer Older
Simon Knox's avatar
Simon Knox committed
1
import ProjectImport from '~/project_import';
2

Simon Knox's avatar
Simon Knox committed
3 4 5
export default () => {
  new ProjectImport(); // eslint-disable-line no-new
};