aboutsummaryrefslogtreecommitdiff
path: root/playground/src/main.ts
diff options
context:
space:
mode:
authornetop://ウィビ <paul@webb.page>2026-04-26 20:18:30 -0700
committernetop://ウィビ <paul@webb.page>2026-04-26 20:18:30 -0700
commit3c06c95f396b6e911076bc3291d5855ed01b5caa (patch)
tree17cd218339c52fbeee93d931303b04a3ff294f8b /playground/src/main.ts
parentf059d97ab7f6d74d61139ac698cb871be7cb632e (diff)
downloadgraphiql-3c06c95f396b6e911076bc3291d5855ed01b5caa.tar.gz
graphiql-3c06c95f396b6e911076bc3291d5855ed01b5caa.zip
cleanup and ready for launch
Diffstat (limited to 'playground/src/main.ts')
-rw-r--r--playground/src/main.ts10
1 files changed, 10 insertions, 0 deletions
diff --git a/playground/src/main.ts b/playground/src/main.ts
index bf39df9..03a4c37 100644
--- a/playground/src/main.ts
+++ b/playground/src/main.ts
@@ -1,8 +1,18 @@
+
+
+
+/*** IMPORT ------------------------------------------- ***/
+
import { mount } from "svelte";
+
+/*** UTILITY ------------------------------------------ ***/
+
import App from "./App.svelte";
const target = document.getElementById("app");
+/*** RUNTIME ------------------------------------------ ***/
+
if (!target)
throw new Error("missing #app target");