mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-12-23 18:50:08 +00:00
Delete unused FormText component
This commit is contained in:
parent
dc8c749212
commit
9b891c83fa
@ -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…
x
Reference in New Issue
Block a user