Migrate config
Summary: Very mechanical migration. No syntactic changes, only moves and file name changes. Reviewed By: danielbuechele Differential Revision: D16665891 fbshipit-source-id: afb1f2418f55bf6c5370b8a2b1d2c35ac5986dc3
This commit is contained in:
committed by
Facebook Github Bot
parent
36a1c0046c
commit
e602e1ccae
@@ -8,8 +8,8 @@
|
||||
import {FlexRow, colors, LoadingIndicator, Glyph, styled} from 'flipper';
|
||||
import {remote} from 'electron';
|
||||
import isProduction from '../utils/isProduction.js';
|
||||
import config from '../fb-stubs/config.js';
|
||||
import React, {Component} from 'react';
|
||||
import config from '../fb-stubs/config';
|
||||
|
||||
const Container = styled(FlexRow)({
|
||||
alignItems: 'center',
|
||||
|
||||
Reference in New Issue
Block a user