summaryrefslogtreecommitdiff
path: root/fig-frontend/client/src/index.ts
blob: be0b0c5f7515594c0f9f230db4a99aecf6e93ff9 (plain)
1
2
3
4
5
6
7
8
9
10
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\"");