// Do not write code directly here, instead use the `src` folder!
// Then, use this file to export everything you want your user to access.

import PWA from "./src/PWA.astro";
import PWABtn from "./src/PWABtn.astro";
import PWASetupWindow from "./src/PWASetupWindow.astro";

export { PWA, PWABtn, PWASetupWindow };
