import PaintCounter from "../../lib/PaintCounter";
export default function Home() {
return (
<div>
<PaintCounter />
</div>
);
}