mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-09 09:47:28 +03:00
Delete unused FormText component
This commit is contained in:
parent
dc8c749212
commit
9b891c83fa
1 changed files with 0 additions and 5 deletions
|
@ -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>
|
|
||||||
);
|
|
Loading…
Reference in a new issue