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:
parent
96fced9e33
commit
268c1a0cea
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import React from "React";
|
||||
import React from "react";
|
||||
import classnames from "classnames";
|
||||
import styles from "./fonts.module.css";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue