Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/flo-bit/shapecraft. flo-bit.dev/shapecraft
Something went wrong. Try again.
183 B · 9 lines
JavaScript
at commit d64d0486
12345678910import Counter from "./Counter";
export default function App() { return ( <div className="text-sm h-screen w-full flex items-center justify-center"> <Counter /> </div> );}