Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
fix: remove import to old font css file
Browse files Browse the repository at this point in the history
  • Loading branch information
aswanson-nr committed May 4, 2022
1 parent 4b31791 commit e693f29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/components/GuidedInstallTileMostPopular.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import { navigate } from 'gatsby';
import Cookies from 'js-cookie';
import { getGuidedInstallStackedNr1Url } from '../utils/get-pack-nr1-url';

import './fonts.scss';

const GuidedInstallTileMostPopular = () => {
const isReturningUser = Boolean(Cookies.get('ajs_user_id'));

Expand Down
1 change: 0 additions & 1 deletion src/pages/index.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'slick-carousel/slick/slick.css';
import 'slick-carousel/slick/slick-theme.css';
import '../components/fonts.scss';
import '../components/styles.scss';

import {
Expand Down

0 comments on commit e693f29

Please sign in to comment.