From feb3d8b1d77623e213caca964fc0c20d44bd5032 Mon Sep 17 00:00:00 2001 From: Edmundo Ruiz Ghanem Date: Fri, 22 Jul 2022 14:50:36 -0700 Subject: [PATCH] REname tooltip index from tsx to ts --- airbyte-webapp/src/components/ToolTip/{index.tsx => index.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename airbyte-webapp/src/components/ToolTip/{index.tsx => index.ts} (100%) diff --git a/airbyte-webapp/src/components/ToolTip/index.tsx b/airbyte-webapp/src/components/ToolTip/index.ts similarity index 100% rename from airbyte-webapp/src/components/ToolTip/index.tsx rename to airbyte-webapp/src/components/ToolTip/index.ts