Fix broken layout on Databases plugin load

Summary: Somehow emotion styling of Typography.Text component from antd breaks the entire layout

Reviewed By: cekkaewnumchai

Differential Revision: D28226743

fbshipit-source-id: 7bdba33b7b02e4272cc9478c66fcc13ab74a0fc3
This commit is contained in:
Anton Nikolaev
2021-05-05 10:59:29 -07:00
committed by Facebook GitHub Bot
parent e77bd6d243
commit bef1885395

View File

@@ -7,8 +7,7 @@
* @format
*/
import {default as styled} from '@emotion/styled';
import {theme} from 'flipper-plugin';
import {theme, styled} from 'flipper-plugin';
import {Typography} from 'antd';
import React from 'react';