diff --git a/src/routes/Intro/CheckboxLabel/index.js b/src/routes/Intro/CheckboxLabel/index.js deleted file mode 100644 index 830cfc415..000000000 --- a/src/routes/Intro/CheckboxLabel/index.js +++ /dev/null @@ -1,3 +0,0 @@ -import CheckboxLabel from './CheckboxLabel'; - -export default CheckboxLabel; diff --git a/src/routes/Intro/CheckboxLabel/CheckboxLabel.js b/src/routes/Intro/ConsentCheckbox/ConsentCheckbox.js similarity index 69% rename from src/routes/Intro/CheckboxLabel/CheckboxLabel.js rename to src/routes/Intro/ConsentCheckbox/ConsentCheckbox.js index d3e4974ed..9dfd91105 100644 --- a/src/routes/Intro/CheckboxLabel/CheckboxLabel.js +++ b/src/routes/Intro/ConsentCheckbox/ConsentCheckbox.js @@ -4,8 +4,8 @@ import classnames from 'classnames'; import { Checkbox } from 'stremio-common'; import styles from './styles'; -const CheckboxLabel = React.forwardRef(({ className, label, link, href, checked, onClick }, ref) => ( -