Migrate GK

Summary: _typescript_

Reviewed By: jknoxville

Differential Revision: D16647882

fbshipit-source-id: a5a7053379cd9468e1da9ab0ac2098be3443dda7
This commit is contained in:
Pascal Hartig
2019-08-08 14:27:52 -07:00
committed by Facebook Github Bot
parent d4c526cb7f
commit fc0966a133
9 changed files with 8 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
import {Component, type Element, Fragment} from 'react';
import {Glyph, Tooltip} from 'flipper';
import {getInstance as getLogger} from '../fb-stubs/Logger';
import GK from '../fb-stubs/GK';
import GK from '../fb-stubs/GK.tsx';
type Props = {
rating: ?number,