Skip to content

Instantly share code, notes, and snippets.

View TheRafaelFarias's full-sized avatar
Why not get a coffe?

Rafael Farias TheRafaelFarias

Why not get a coffe?
View GitHub Profile
import React, { useRef, useState } from "react";
import {
Container,
PersonTypeContainer,
PersonTypeOption,
DateOfBirthContainer,
DateOfBirthInput,
} from "./styles";
function App() {