aboutsummaryrefslogtreecommitdiff
path: root/integration/macro/hello-fetch-macro.tsx
blob: fa0de4a9d7f4115366e6739243a4e7f06fe35f08 (plain) (blame)
1
2
3
4
5
import { fetchSync } from "macro:./fetchSync.tsx";

const synchronousFetch = fetchSync(`https://example.com`);

console.log(synchronousFetch);