import { Open_Sans } from 'next/font/google' const openSans = Open_Sans({ subsets: ['latin'] }) export default function Page() { return ( <>
Hello world 1
Hello world 2