MAJOR: Added a GUI app for simulations

This commit is contained in:
2026-07-09 18:14:26 +05:30
parent 0c59756c08
commit 4ef52f926e
22 changed files with 2996 additions and 13 deletions

6
apps/gui/next-env.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.