summaryrefslogtreecommitdiff
path: root/app/routes/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/routes/index.tsx')
-rw-r--r--app/routes/index.tsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/routes/index.tsx b/app/routes/index.tsx
new file mode 100644
index 0000000..1cdb9a4
--- /dev/null
+++ b/app/routes/index.tsx
@@ -0,0 +1,5 @@
+import { redirect } from "react-router";
+
+export function loader() {
+ return redirect("/events");
+}