mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-13 04:00:33 +08:00
fix messed up react import
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Component } from "../../../../../Library/Caches/typescript/2.9/node_modules/@types/react";
|
||||
import { Component } from "react";
|
||||
import { Icon, IconProps, ImageSource } from "./Icon";
|
||||
|
||||
export const FA5Style: {
|
||||
|
||||
Reference in New Issue
Block a user