removed all unused api routes and components

This commit is contained in:
makearmy 2025-09-29 14:11:56 -04:00
parent 5a941d3883
commit 0badf0bf76
11 changed files with 1 additions and 381 deletions

View file

@ -1,5 +1,5 @@
import { Suspense } from "react";
import SettingsSubmit from "@/app/components/forms/SettingsSubmit";
import SettingsSubmit from "@/components/forms/SettingsSubmit";
export const dynamic = "force-dynamic"; // keeps this page from being statically prerendered