6 lines
196 B
TypeScript
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";
|