Merge branch 'refactor/codegen' into refactor/ui

This commit is contained in:
liyasthomas
2021-07-19 19:23:17 +05:30
12 changed files with 405 additions and 176 deletions

View File

@@ -174,6 +174,14 @@
</tippy>
</span>
</div>
<HttpImportCurl
:show="showCurlImportModal"
@hide-modal="showCurlImportModal = false"
/>
<HttpCodegenModal
:show="showCodegenModal"
@hide-modal="showCodegenModal = false"
/>
</div>
</template>