export const getDynamicIndex = (baseprefix: string): string => { try { const mainJs = 'index-react.js' const mainCss = 'style.css' return ` OpenAPI UI
` } catch { return 'Error while trying' } }