From 664268a49803edfbd0cd25378e39ae6667901644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 6 Apr 2021 15:28:02 +0200 Subject: [PATCH] Emotion: Remove emotion import (#32715) --- packages/grafana-ui/src/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/grafana-ui/src/index.ts b/packages/grafana-ui/src/index.ts index 14c5d8a589c..bbaef99deb6 100644 --- a/packages/grafana-ui/src/index.ts +++ b/packages/grafana-ui/src/index.ts @@ -1,6 +1,3 @@ -// Needed for emotion types -import '@emotion/react'; - /** * A library containing the different design components of the Grafana ecosystem. *