feat: ui for new importer

This commit is contained in:
liyasthomas
2022-01-10 22:02:35 +05:30
parent 05ca0c0966
commit f6fc3782b5
6 changed files with 83 additions and 20 deletions

View File

@@ -6,7 +6,8 @@ import { defineImporter, IMPORTER_INVALID_FILE_FORMAT } from "."
import { translateToNewRESTCollection } from "~/newstore/collections"
export default defineImporter({
name: "Hoppscotch REST Collection",
name: "import.json",
icon: "folder-plus",
steps: [
step({
stepName: "FILE_OR_URL_IMPORT",