import { NextPage } from 'next'; import * as Freeform from '@tesseract-design/web-freeform-react'; import { DefaultLayout } from '@/components/DefaultLayout'; import { Section, Subsection } from '@/components/Section'; const FreeformPage: NextPage = () => { return (
Fieldset Test
Disabled Test
Hi, my name is {' '} {' '} but you can call me {' '} .
); }; export default FreeformPage;