import { log } from "logger"; import Head from "next/head"; import { CounterButton, NewTabLink } from "ui"; export default function Store() { log("Hey! This is Home."); return (
Built With{" "} Turborepo +{" "} Next.js