mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-16 03:35:33 -04:00
octicons weren't being tree-shaken -- import SVGs manually for now
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { useState, useEffect, useCallback } from "react";
|
||||
import * as config from "../../lib/config";
|
||||
import BulbOffIcon from "../icons/svg/bulb-off.svg";
|
||||
import BulbOnIcon from "../icons/svg/bulb-on.svg";
|
||||
import { BulbOffIcon, BulbOnIcon } from "../icons";
|
||||
|
||||
import styles from "./ThemeToggle.module.scss";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user