export const createStyleParams: INextjs2Helper.ICreateStyle = {
    templatePath: paths.nextjs2.templates.stylePageTemplate,
    compDirPath: paths.nextjs2.componentsDir,
    pageDirPath: paths.nextjs2.pagesDir
};