1
2
3
4
5
6
import { fetchJSON } from "https://esm.town/v/stevekrouse/fetchJSON?v=41";
// Explore the Star Wars universe, from StarWarsAPI
export let starWars = fetchJSON(
"https://swapi.dev/api/people/1/",
);