1 2 3 4 5 6 7 8 9 10
import { Button } from "ui"; export default function Web() { return ( <div> <h1>Web</h1> <Button /> </div> ); }