From ba893f0cf83cf6aff3341da220b348efcdb82b2c Mon Sep 17 00:00:00 2001 From: Aditya Vasantharao Date: Mon, 8 Mar 2021 17:27:52 -0500 Subject: [PATCH] Fix styledcontact.js bug --- src/components/assets/StyledContactForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/assets/StyledContactForm.js b/src/components/assets/StyledContactForm.js index 24e8c25..965ae5f 100644 --- a/src/components/assets/StyledContactForm.js +++ b/src/components/assets/StyledContactForm.js @@ -1,5 +1,5 @@ import styled, { css } from 'styled-components'; -import './contact.scss'; +import './Contact.scss'; import { MdClose } from 'react-icons/md'; const sharedStyles = css`