index.tsx 87 B

1234567
  1. type Props = {};
  2. function A11y({}: Props) {
  3. return <div />;
  4. }
  5. export default A11y;