()
| 1 | import { ExampleDoc } from "./ExampleDoc"; |
| 2 | |
| 3 | export function SampleUrls() { |
| 4 | return ( |
| 5 | <div className="flex justify-start flex-wrap gap-2"> |
| 6 | <ExampleDoc |
| 7 | id="d9udW60cLOok" |
| 8 | title="Tweet JSON" |
| 9 | path="data.0.entities.urls.0.expanded_url" |
| 10 | /> |
| 11 | <ExampleDoc id="PjHo1o5MVeH4" title="Github API" /> |
| 12 | <ExampleDoc |
| 13 | id="XKqIsPgCssUN" |
| 14 | title="Airtable API" |
| 15 | path="records.3.createdTime" |
| 16 | /> |
| 17 | <ExampleDoc |
| 18 | id="bSc7r1Ta0fED" |
| 19 | title="Unsplash API" |
| 20 | path="4.urls.regular" |
| 21 | /> |
| 22 | </div> |
| 23 | ); |
| 24 | } |
nothing calls this directly
no outgoing calls
no test coverage detected