Skip to content

Commit

Permalink
remove duplicate imports
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <[email protected]>
  • Loading branch information
joshuali925 committed Jan 18, 2024
1 parent f2a13a3 commit 5a3bd78
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ import { Search } from './components/common/search/search';
import { DirectSearch } from './components/common/search/sql_search';
import { convertLegacyNotebooksUrl } from './components/notebooks/components/helpers/legacy_route_helpers';
import { convertLegacyTraceAnalyticsUrl } from './components/trace_analytics/components/common/legacy_route_helpers';
import { registerAsssitantDependencies } from './dependencies/register_assistant';
import {
OBSERVABILITY_EMBEDDABLE,
OBSERVABILITY_EMBEDDABLE_DESCRIPTION,
Expand All @@ -79,10 +78,6 @@ import {
ObservabilityStart,
SetupDependencies,
} from './types';
import { S3DataSource } from './framework/datasources/s3_datasource';
import { DataSourcePluggable } from './framework/datasource_pluggables/datasource_pluggable';
import { DirectSearch } from './components/common/search/sql_search';
import { Search } from './components/common/search/search';

interface PublicConfig {
query_assist: {
Expand Down

0 comments on commit 5a3bd78

Please sign in to comment.