Skip to content

Commit

Permalink
addressed lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrandev committed Sep 11, 2022
1 parent 735920d commit 5124e5f
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions src/pages/Calendar.jsx
Original file line number Diff line number Diff line change
@@ -1,27 +1,5 @@
import React from "react";
// import PropTypes from 'prop-types'
import styled from "styled-components";
import Button from "../components/UI/Button";

const H3 = styled.h3`
font-size: 2em;
margin: 0;
padding: 0.5em 0;
`;

const Card = styled.div`
background-color: rgba(0, 0, 0, 0.1);
border-radius: 20px;
h4 {
margin: 0;
font-weight: 100;
font-size: 2em;
}
.content {
padding: 1em;
}
`;


const Calendar = (props) => {
return (
Expand Down

0 comments on commit 5124e5f

Please sign in to comment.