FunctionLink({
className,
href,
children,
event,
eventObject,
onClick,
...props
}: Props)
src/components/ui/link.tsx:15
FunctionLoginForm({
className,
redirectUrl = '/dashboard',
initialMode = 'sign-in',
resetToken,
routeError,
...prop
src/components/auth/login-form.tsx:166
FunctionMultiSelect({
options,
selected,
onChange,
placeholder = 'Select items...',
className,
disabled = false,
}: M
src/components/ui/multi-select.tsx:32
FunctionNonOwnerDashboard({
accountType,
contributorProfile,
investorProfile,
recommendedProjects,
savedProjects,
interestH
src/routes/dashboard.index.tsx:258