refactor(core): move page list to core (#5556)

This commit is contained in:
EYHN
2024-01-10 11:09:39 +00:00
parent 237722f7f9
commit 5aee480c50
98 changed files with 111 additions and 87 deletions

View File

@@ -9,6 +9,7 @@
"default",
"^production",
"{projectRoot}/.storybook/**/*",
"{workspaceRoot}/packages/frontend/components/src/**/*",
"{workspaceRoot}/packages/frontend/core/src/**/*",
"{workspaceRoot}/packages/common/infra/**/*",
{

View File

@@ -11,7 +11,7 @@ import {
PageListScrollContainer,
PageTags,
type PageTagsProps,
} from '@affine/component/page-list';
} from '@affine/core/components/page-list';
import { __unstableSchemas, AffineSchemas } from '@blocksuite/blocks/models';
import { PageIcon, TagsIcon } from '@blocksuite/icons';
import { Schema, Workspace } from '@blocksuite/store';