gristlabs_grist-core/app/client/billingMain.ts
George Gevoian c6fd79ac1f (core) Refactor forms implementation
Summary: WIP

Test Plan: Existing tests.

Reviewers: jarek

Reviewed By: jarek

Subscribers: jarek

Differential Revision: https://phab.getgrist.com/D4196
2024-02-22 08:44:25 -05:00

6 lines
208 B
TypeScript

import {BillingPage} from 'app/client/ui/BillingPage';
import {createAppPage} from 'app/client/ui/createAppPage';
import {dom} from 'grainjs';
createAppPage((appModel) => dom.create(BillingPage, appModel));