import React from "react"; import { useAuth } from "../hooks"; export const Home = () => { const { user } = useAuth(); return (