refactor(view): migrate to new view api

This commit is contained in:
lawvs
2022-07-26 17:24:05 +08:00
parent 7584986aa9
commit f8485d895b
6 changed files with 28 additions and 27 deletions

View File

@@ -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 }) => {