Skip to content

Commit

Permalink
Fix preload application package import (#12964)
Browse files Browse the repository at this point in the history
  • Loading branch information
msujew authored Sep 30, 2023
1 parent bb7cdbb commit ab4627e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import { PreloadContribution } from './preloader';
import { DEFAULT_BACKGROUND_COLOR_STORAGE_KEY } from '../frontend-application-config-provider';
import { injectable } from 'inversify';
import { DefaultTheme } from '@theia/application-package';
import { DefaultTheme } from '@theia/application-package/lib/application-props';

@injectable()
export class ThemePreloadContribution implements PreloadContribution {
Expand Down

0 comments on commit ab4627e

Please # to comment.