6 lines
166 B
TypeScript
6 lines
166 B
TypeScript
|
/** Export file is only used for building the dist version of this Atom. */
|
||
|
// import "../globals.css";
|
||
|
|
||
|
export { Booker } from "./Booker";
|
||
|
export * from "../types";
|