
* 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>
5 lines
247 B
TypeScript
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"));
|