1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00

fix invalid React import

This commit is contained in:
checktheroads 2020-02-10 09:11:09 -07:00
parent 96fced9e33
commit 268c1a0cea

View file

@ -1,4 +1,4 @@
import React from "React";
import React from "react";
import classnames from "classnames";
import styles from "./fonts.module.css";