import { Button } from "@/styles/base-rhea/ui/button" import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/styles/base-rhea/ui/card" import { Field, FieldGroup, FieldLabel } from "@/styles/base-rhea/ui/field" import { Input } from "@/styles/base-rhea/ui/input" export function NewMilestone() { return ( Set a new milestone Define your financial target and we'll help you pace your savings. Goal Name
Target Amount Target Date
) }