diff --git a/src-web/components/ImportDataDialog.tsx b/src-web/components/ImportDataDialog.tsx index 1a941df9..90e47607 100644 --- a/src-web/components/ImportDataDialog.tsx +++ b/src-web/components/ImportDataDialog.tsx @@ -1,6 +1,8 @@ import { VStack } from './core/Stacks'; import { Button } from './core/Button'; -import { useState } from 'react'; +import React, { useState } from 'react'; +import { Banner } from './core/Banner'; +import { Icon } from './core/Icon'; interface Props { importData: () => Promise; @@ -11,15 +13,17 @@ export function ImportDataDialog({ importData }: Props) { return ( -

Supported Formats:

  • Postman Collection v2+
  • Insomnia v4+
  • -
  • Curl command(s)
  • +
  • Curl commands
+ + + Paste any Curl command into URL bar +