summaryrefslogtreecommitdiff
path: root/fig-frontend/client/src/index.ts
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2024-03-01 18:39:11 -0500
committerLLLL Colonq <llll@colonq>2024-03-01 18:39:11 -0500
commit88e2726fc1fc6cec2b9e63526ce4c0a1a04a2e98 (patch)
tree94fd56c8c02e422a54d69aa7dec798b7a55d6a2d /fig-frontend/client/src/index.ts
parent4a23754fc6515c947e0bbac38cd0e558b701fe2f (diff)
Add new frontend
Diffstat (limited to 'fig-frontend/client/src/index.ts')
-rw-r--r--fig-frontend/client/src/index.ts10
1 files changed, 0 insertions, 10 deletions
diff --git a/fig-frontend/client/src/index.ts b/fig-frontend/client/src/index.ts
deleted file mode 100644
index be0b0c5..0000000
--- a/fig-frontend/client/src/index.ts
+++ /dev/null
@@ -1,10 +0,0 @@
-import "./components/backdrop";
-import "./components/header";
-import "./components/footer";
-import "./components/login";
-import "./components/window";
-import "./components/gizmo";
-
-import "./index.css";
-
-console.log("welcome to \"the junkyard\"");