diff --git a/index.js b/client.js
similarity index 52%
rename from index.js
rename to client.js
index a0760caf..e251a2a3 100644
--- a/index.js
+++ b/client.js
@@ -1,6 +1,6 @@
-import "./src/tailwind.css";
-
import Nullstack from "nullstack";
import Application from "./src/Application";
-export default Nullstack.start(Application);
+const context = Nullstack.start(Application);
+
+export default context
\ No newline at end of file
diff --git a/docs/404.html b/docs/404.html
index 97a909e9..eb1d7b78 100644
--- a/docs/404.html
+++ b/docs/404.html
@@ -23,7 +23,7 @@
-
+
@@ -36,15 +36,15 @@