fix messed up react import

This commit is contained in:
Omar Diab
2018-08-15 00:03:39 +09:00
parent a7340f9be3
commit dd09c5bced

View File

@@ -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: {