import { Heading, Chapter, Box, Idiomatic as I, Anchor as A } from '@steffo/bluelib-react' import type { NextPage } from 'next' const Page: NextPage = () => { return <> Titolo Introduzione Cose > } export default Page
Cose