Skip to content

Commit

Permalink
chore: update with core
Browse files Browse the repository at this point in the history
  • Loading branch information
siam-ese committed Jan 24, 2025
1 parent e195e52 commit c4bced2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chrome-extension/lib/background/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

import { DrillDownService, IScraperDataSource, LocaleScraperDataSource, ScraperService } from '@univer-clipsheet-core/scraper';
import { getStorage, ISidePanelService, ReportPrintService, setAndPushStorage, SidePanelService, StorageService, WindowService } from '@univer-clipsheet-core/shared';
import { ChannelService, getStorage, ISidePanelService, ReportPrintService, setAndPushStorage, SidePanelService, StorageService, WindowService } from '@univer-clipsheet-core/shared';
import type { IInitialSheet } from '@univer-clipsheet-core/table';
import { createEmptyInitialSheet, ITableDataSource, LocalTableDataSource, TableRecordTypeEnum, TableService, TableStorageKeyEnum } from '@univer-clipsheet-core/table';
import { IWorkflowDataSource, LocaleWorkflowDataSource, WorkflowService } from '@univer-clipsheet-core/workflow';
Expand All @@ -17,6 +17,7 @@ const injector = new Injector([
[DrillDownService],
[WorkflowService],
[WindowService],
[ChannelService],
[ISidePanelService, { useFactory: () => new SidePanelService('sidepanel/index.html') }],
[ITableDataSource, { useClass: LocalTableDataSource }],
[IScraperDataSource, { useClass: LocaleScraperDataSource }],
Expand Down

0 comments on commit c4bced2

Please sign in to comment.