include availability component in atoms export

This commit is contained in:
Ryukemeister 2023-12-11 14:47:20 +05:30
parent a656cf5464
commit 4752729fb1
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,2 @@
export { Availability } from "./index";
export * from "../types";

View File

@ -1,3 +1,4 @@
export { Booker } from "./booker/Booker";
export { CalProvider } from "./cal-provider/index";
export { ConnectToCal } from "./connect-to-cal-button/index";
export { Availability } from "./availability/index";