2
0
Files
2024-08-09 00:39:27 +02:00

6 lines
196 B
TypeScript

/** Export file is only used for building the dist version of this Atom. */
// import "../globals.css";
export { BookerWebWrapper as Booker } from "./BookerWebWrapper";
export * from "../types";