()
| 1 | import {AcademicCapIcon} from "@heroicons/react/24/solid"; |
| 2 | |
| 3 | export default function Home() { |
| 4 | return ( |
| 5 | <div className='z-50 flex items-center h-[calc(100vh-160px)] justify-center bg-stone-200: dark:bg-neutral-900'> |
| 6 | <div className='flex flex-col justify-center items-center gap-5 text-5xl text-secondary font-bold '> |
| 7 | <AcademicCapIcon className='h-96 w-96'/> |
| 8 | <div>Welcome to overflow!</div> |
| 9 | </div> |
| 10 | </div> |
| 11 | ); |
| 12 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…