import waitlistPanda from "./core";
import { injectWindow } from "./utils";

// When the script is being used <script src="" />
// we should automatically initialize the SDK...
waitlistPanda.init();
injectWindow(waitlistPanda)

export default waitlistPanda;

