import { Component, Show } from "solid-js"; import { useAuthState } from "../../../context/AuthContext"; const Home: Component = () => { const authState: any = useAuthState(); return (
Home
{JSON.parse(authState?.currentUser)}