calcom/packages/app-store/spacebooking/components/index.ts
alannnc 2cb663cd6a
feature/space-booking-app (#2673)
* Reschedule for dynamic events

* Fix lint

* feature/space-booking-app initial commit

* added loom video and fixes for main branch

* Revert previous commmit

* Renames spacebookingother to spacebooking

* Type and perf improvements

* Updated comment

* Update seed-app-store.ts

Co-authored-by: zomars <zomars@me.com>
2022-05-04 04:06:20 +00:00

5 lines
247 B
TypeScript

import dynamic from "next/dynamic";
export { default as InstallAppButton } from "./InstallAppButton";
/** These are like 12kb that not every user needs */
export const SpaceBookingSuccessPage = dynamic(() => import("./SpaceBookingSuccessPage"));