Skip to content

Commit

Permalink
chore: remove page settings from appearance settings (#8350)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmFly committed Sep 24, 2024
1 parent 75bc6df commit a99b7fd
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { useCallback, useMemo } from 'react';

import { useAppSettingHelper } from '../../../../../components/hooks/affine/use-app-setting-helper';
import { LanguageMenu } from '../../../language-menu';
import { Page } from '../editor/page';
import { settingWrapper } from './style.css';
import { ThemeEditorSetting } from './theme-editor-setting';

Expand Down Expand Up @@ -106,8 +105,6 @@ export const AppearanceSettings = () => {
) : null}
{enableThemeEditor ? <ThemeEditorSetting /> : null}
</SettingWrapper>
{/* // TODO(@JimmFly): remove Page component when stable release */}
<Page />

{BUILD_CONFIG.isElectron ? (
<SettingWrapper
Expand Down

0 comments on commit a99b7fd

Please sign in to comment.