diff --git a/src/routes/test2/+page.server.ts b/src/routes/test2/+page.server.ts
deleted file mode 100644
index 207aecb..0000000
--- a/src/routes/test2/+page.server.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-import type { PageServerLoad } from "./$types";
-
-export const load: PageServerLoad = async ({ fetch }) => {
- const response = await fetch("https://api.fin.qowevisa.click/api/authping");
-
- return {
- message: await response.json()
- };
-}
diff --git a/src/routes/test2/+page.svelte b/src/routes/test2/+page.svelte
deleted file mode 100644
index ee4d6ad..0000000
--- a/src/routes/test2/+page.svelte
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
{data.message.message}
-Selected color: {selectedColor}
-The date you selected in the navbar is: {$selectedDate}
-