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