mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
refactor(view): migrate to new view api
This commit is contained in:
@@ -17,7 +17,6 @@ const SceneMap: Record<RecastScene, ComponentType<CreateView>> = {
|
||||
page: ScenePage,
|
||||
table: SceneTable,
|
||||
kanban: SceneKanban,
|
||||
whiteboard: ScenePage,
|
||||
} as const;
|
||||
|
||||
const GroupBox = styled('div')(({ theme }) => {
|
||||
|
||||
Reference in New Issue
Block a user