import { api } from "../../api" export async function loadSites(): Promise { let site = await api("content", {}) return site.data }