const replaceReducerContentParams: ICommon.IReplaceContent = {
        fileDir: `${nextjs2.reducerDir}/index.ts`,
        filetoUpdate: fs.readFileSync(
            path.resolve('', `${nextjs2.reducerDir}/index.ts`),
            'utf8'