| 19 | type IForm = z.infer<typeof zCreateReference>; |
| 20 | |
| 21 | interface AddReferenceProps { |
| 22 | datetime?: string; |
| 23 | } |
| 24 | |
| 25 | export default function AddReference({ datetime }: AddReferenceProps = {}) { |
| 26 | const { projectId } = useAppParams(); |
nothing calls this directly
no outgoing calls
no test coverage detected