Skip to content

Commit

Permalink
fix(electron): missing sidebar module for shell (toeverything#8447)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Oct 8, 2024
1 parent 67f7a4d commit ccd1ad6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/frontend/apps/electron/renderer/shell/app.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { ThemeProvider } from '@affine/component/theme-provider';
import { ShellAppFallback } from '@affine/core/components/affine/app-container';
import { useAppSettingHelper } from '@affine/core/components/hooks/affine/use-app-setting-helper';
import { configureAppSidebarModule } from '@affine/core/modules/app-sidebar';
import {
AppTabsHeader,
configureAppTabsHeaderModule,
Expand All @@ -19,6 +20,7 @@ const framework = new Framework();
configureGlobalStorageModule(framework);
configureElectronStateStorageImpls(framework);
configureAppTabsHeaderModule(framework);
configureAppSidebarModule(framework);
const frameworkProvider = framework.provider();

export function App() {
Expand Down

0 comments on commit ccd1ad6

Please sign in to comment.