mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-20 00:23:58 +01:00
Toast component and use for copy-as-curl
This commit is contained in:
@@ -13,8 +13,8 @@ export function ImportDataDialog({ importData }: Props) {
|
||||
<VStack space={1}>
|
||||
<p>Supported Formats:</p>
|
||||
<ul className="list-disc pl-5">
|
||||
<li>Postman Collection v2/v2.1</li>
|
||||
<li>Insomnia</li>
|
||||
<li>Postman Collection v2+</li>
|
||||
<li>Insomnia v4+</li>
|
||||
<li>Curl command(s)</li>
|
||||
</ul>
|
||||
</VStack>
|
||||
|
||||
Reference in New Issue
Block a user