diff options
Diffstat (limited to 'examples/integrations-playground/src/components/Link.jsx')
-rw-r--r-- | examples/integrations-playground/src/components/Link.jsx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/integrations-playground/src/components/Link.jsx b/examples/integrations-playground/src/components/Link.jsx deleted file mode 100644 index 040d112c3..000000000 --- a/examples/integrations-playground/src/components/Link.jsx +++ /dev/null @@ -1,6 +0,0 @@ -/* jsxImportSource: react */ -import React from 'react'; - -export default function Link({ to, text }) { - return <a href={to}>{text}</a>; -} |