import styles from "./index.module.css";
import { signIn, signOut, useSession } from "next-auth/react";
import Head from "next/head";
import Link from "next/link";
import { api } from "~/utils/api";
export default function Home() {
const hello = api.example.hello.useQuery({ text: "from tRPC" });
return (
<>
Create T3 App
Create T3 App
First Steps →
Just the basics - Everything you need to know to set up your
database and authentication.
Documentation →
Learn more about Create T3 App, the libraries it uses, and how
to deploy it.