mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 16:46:39 -04:00
octicons weren't being tree-shaken -- import SVGs manually for now
This commit is contained in:
@ -3,8 +3,7 @@ import hexRgb from "hex-rgb";
|
||||
import isAbsoluteUrl from "is-absolute-url";
|
||||
import Layout from "../components/Layout";
|
||||
import Container from "../components/Container";
|
||||
import WaveIcon from "../components/icons/svg/wave.svg";
|
||||
import LockIcon from "../components/icons/svg/lock.svg";
|
||||
import { WaveIcon, LockIcon } from "../components/icons";
|
||||
|
||||
type ColorLinkProps = {
|
||||
children: unknown;
|
||||
|
Reference in New Issue
Block a user