🧊 Adds a reusable Input element

This commit is contained in:
Alicia Sykes
2022-06-12 15:37:39 +01:00
parent 9b8f5d2b40
commit 11506277a7
3 changed files with 130 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
import React from 'react';
import { Route, Routes } from 'react-router-dom';
import Styled from 'styled-components';
import Home from 'pages/Home';