Adding dynamic input system, and some minor improvements in types.ts, registry.ts and test.ts

This commit is contained in:
2026-03-30 15:11:22 +05:30
parent 73e6bb7dd8
commit bb746ee8f6
11 changed files with 149 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
import LayoutClient from "./layoutClient";
import { Roboto } from "next/font/google";
export default function CalculatorsLayout({children} : {children:React.ReactNode}){
return(
<>