chore: Remove custom VisuallyHidden component

This commit is contained in:
Tom Moor
2021-01-23 09:47:02 -08:00
parent 4106f15450
commit 96e65f495e
5 changed files with 4 additions and 17 deletions

View File

@ -1,8 +1,8 @@
// @flow
import * as React from "react";
import { VisuallyHidden } from "reakit/VisuallyHidden";
import styled from "styled-components";
import HelpText from "components/HelpText";
import VisuallyHidden from "components/VisuallyHidden";
export type Props = {
checked?: boolean,