Delete unused FormText component

This commit is contained in:
Alejandro Celaya 2024-11-01 12:11:12 +01:00
parent dc8c749212
commit 9b891c83fa

View file

@ -1,5 +0,0 @@
import type { FC, PropsWithChildren } from 'react';
export const FormText: FC<PropsWithChildren<unknown>> = ({ children }) => (
<small className="form-text text-muted d-block">{children}</small>
);