mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-19 23:34:22 +01:00
export * from ~/components
This commit is contained in:
@@ -4,7 +4,7 @@ interface LinkifyProps {
|
||||
initialText: string;
|
||||
}
|
||||
|
||||
export default function Linkify(props: LinkifyProps): JSX.Element {
|
||||
export function Linkify(props: LinkifyProps): JSX.Element {
|
||||
// By naming this "initialText" we can prove to eslint that the props won't change
|
||||
const text = props.initialText;
|
||||
const links: (string | JSX.Element)[] = [];
|
||||
|
||||
Reference in New Issue
Block a user