mirror of
https://github.com/apache/superset.git
synced 2026-04-23 01:55:09 +00:00
chore: Moves InfoTooltip to the components folder (#14128)
This commit is contained in:
committed by
GitHub
parent
1448f78406
commit
c2d11ac53e
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
import React, { FunctionComponent, useState, useEffect } from 'react';
|
||||
import { styled, t } from '@superset-ui/core';
|
||||
import InfoTooltip from 'src/common/components/InfoTooltip';
|
||||
import InfoTooltip from 'src/components/InfoTooltip';
|
||||
import {
|
||||
useSingleViewResource,
|
||||
testDatabaseConnection,
|
||||
|
||||
Reference in New Issue
Block a user