mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
c6fd79ac1f
Summary: WIP Test Plan: Existing tests. Reviewers: jarek Reviewed By: jarek Subscribers: jarek Differential Revision: https://phab.getgrist.com/D4196
5 lines
170 B
TypeScript
5 lines
170 B
TypeScript
import {createAppPage} from 'app/client/ui/createAppPage';
|
|
import {createErrPage} from 'app/client/ui/errorPages';
|
|
|
|
createAppPage((appModel) => createErrPage(appModel));
|