src/app/global-error.tsx'use client'import '@/styles/tailwind.css'import { bodyFont } from '@/fonts/body'import { headingFont } from '@/fonts/heading'import { heading2Font } from '@/fonts/heading2'import { heading3Font } from '@/fonts/heading3'import { accentFont } from '@/fonts/accent'import { Section } from '@/components/section'import { Heading } from '@/components/heading'import { Paragraph } from '@/components/paragraph'import { Label } from '@/components/label'import { Button } from '@/components/button'import { Navigation } from '@/components/navigation'import { SideSection } from '@/components/side-section'import { FloatingSideButton } from '@/components/floating-side-button'const rootStyle = {['--font-body-family' as string]: bodyFont.style.fontFamily,['--font-heading-family' as string]: headingFont.style.fontFamily,
Showing the first 20 lines.
Get full code