mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-18 06:47:02 +08:00
refactor(core): move page list to core (#5556)
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
"default",
|
||||
"^production",
|
||||
"{projectRoot}/.storybook/**/*",
|
||||
"{workspaceRoot}/packages/frontend/components/src/**/*",
|
||||
"{workspaceRoot}/packages/frontend/core/src/**/*",
|
||||
"{workspaceRoot}/packages/common/infra/**/*",
|
||||
{
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user