aboutsummaryrefslogtreecommitdiff
path: root/integration/macro/hello-fetch-macro.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'integration/macro/hello-fetch-macro.tsx')
-rw-r--r--integration/macro/hello-fetch-macro.tsx5
1 files changed, 0 insertions, 5 deletions
diff --git a/integration/macro/hello-fetch-macro.tsx b/integration/macro/hello-fetch-macro.tsx
deleted file mode 100644
index fa0de4a9d..000000000
--- a/integration/macro/hello-fetch-macro.tsx
+++ /dev/null
@@ -1,5 +0,0 @@
-import { fetchSync } from "macro:./fetchSync.tsx";
-
-const synchronousFetch = fetchSync(`https://example.com`);
-
-console.log(synchronousFetch);