Add EJS as a dependency and implement form submission in MainForm component

This commit is contained in:
2025-08-11 18:42:15 +02:00
parent ba62beb90d
commit d92759a7c3
5 changed files with 101 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
export const registerLos = async (data: any) => {
console.log(data);
}