import * as React from 'react'; import { NextPage } from 'next'; import * as TesseractNumber from '@tesseract-design/web-number-react'; import {Section, Subsection} from '@/components/Section'; const NumberPage: NextPage = () => { return (
A

Matrix

TODO
) } export default NumberPage;