import { Field, FieldGroup, FieldLabel } from "@/examples/base/ui/field" import { Input } from "@/examples/base/ui/input" export function InputGrid() { return ( First Name Last Name ) }