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

injectWindow(waitlistPanda)

export default waitlistPanda;

