import { Heading, Chapter, Box, Idiomatic as I, Anchor as A, ListUnordered, ListOrdered } from '@steffo/bluelib-react' import type { NextPage } from 'next' import { Link } from "../components/compat-next" const Page: NextPage = () => { return <> Errore 500 Internal server error

Il server non è riuscito a preparare la pagina che hai richiesto.

Molto probabilmente si tratta di un bug: informa Steffo di come si è verificato, in modo che possa risolverlo!

} export default Page