Skip to content

Commit

Permalink
fix osd bootstrap error
Browse files Browse the repository at this point in the history
Signed-off-by: yuye-aws <yuyezhu@amazon.com>
  • Loading branch information
yuye-aws committed Jul 24, 2023
1 parent 6cfdcd7 commit 779ff48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/public/core_system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import { pick } from '@osd/std';
import { CoreId } from '../server';
import { PackageInfo, EnvironmentMode } from '../server/types';
import { ChromeNavLink, CoreSetup, CoreStart } from '.';
import { CoreSetup, CoreStart } from '.';
import { ChromeService } from './chrome';
import { FatalErrorsService, FatalErrorsSetup } from './fatal_errors';
import { HttpService } from './http';
Expand Down

0 comments on commit 779ff48

Please sign in to comment.