From 6b702ac21431a15b2c72f9893c4b2a8d245b968e Mon Sep 17 00:00:00 2001 From: Alec Swanson Date: Wed, 4 May 2022 13:31:33 -0700 Subject: [PATCH] chore: remove link to non-existent file --- src/components/BannerBackground.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/BannerBackground.js b/src/components/BannerBackground.js index d94fa652..ebe3216d 100644 --- a/src/components/BannerBackground.js +++ b/src/components/BannerBackground.js @@ -4,7 +4,6 @@ import { css } from '@emotion/react'; import bannerOverlayRight from '../images/io-banner/banner-style-right.svg'; import bannerOverlayLeft from '../images/io-banner/banner-style-left.svg'; import { QUICKSTARTS_COLLAPSE_BREAKPOINT } from '../data/constants'; -import '../components/fonts.scss'; const BannerBackground = ({ children }) => { return (