import { useState } from "react" import { useAppContext } from "~/providers/AppProvider" import { AsyncButton } from "../components/AsyncButton" import AllTimeStats from "~/components/AllTimeStats" import ActivityGrid from "~/components/ActivityGrid" import LastPlays from "~/components/LastPlays" import TopAlbums from "~/components/TopAlbums" import TopArtists from "~/components/TopArtists" import TopTracks from "~/components/TopTracks" export default function ThemeHelper() { const homeItems = 3 return (
You're logged in as Example User
successfully displayed example text
this is an example of error text
here is an informational example
heed this warning, traveller