import { Main } from '../../{{distDir}}/bundle/{{projectName}}.{{format}}.js';

const main = new Main();
console.log(main.getTemplate());
