From f50106fa7be1901c7715c492cf0cab0ad686a0fe Mon Sep 17 00:00:00 2001
From: Dev Kunjadia <90876986+devk03@users.noreply.github.com>
Date: Wed, 10 Jan 2024 14:14:28 -0500
Subject: [PATCH] Updated the /apply route (#86)
---
pages/apply.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pages/apply.tsx b/pages/apply.tsx
index 3b081de..8ef4d79 100644
--- a/pages/apply.tsx
+++ b/pages/apply.tsx
@@ -2,7 +2,7 @@ import { NextPage } from "next";
import Redirect from "../components/Redirect";
const ApplyPage: NextPage = () => (
-
+
);
export default ApplyPage;