1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-15 05:25:33 -04:00

icons weren't being tree-shaken

This commit is contained in:
2022-01-01 09:31:42 -05:00
parent e8bbcb1eb1
commit b5d039b9d6
14 changed files with 25 additions and 14 deletions

View File

@@ -1,5 +1,6 @@
import Link from "next/link";
import { HeartIcon, NextjsIcon } from "../icons";
import HeartIcon from "../icons/svg/heart.svg";
import NextjsIcon from "../icons/svg/nextjs.svg";
import * as config from "../../lib/config";
import styles from "./Footer.module.scss";