PWA
CI / build (push) Has been skipped
CI / deploy (push) Successful in 1m24s

This commit is contained in:
eewing
2026-02-19 07:41:49 -06:00
parent 5776a1fdb1
commit c0fae761da
10919 changed files with 874329 additions and 13511 deletions
@@ -0,0 +1,23 @@
import { w as attr } from './index2-CkPUJ4Ro.js';
import './root-ByBW8a1L.js';
import './state.svelte-DhWLC4I4.js';
import { B as Button } from './button-BHoLc3MZ.js';
import 'clsx';
import './utils2-B05Dmz_H.js';
import 'tailwind-merge';
function _page($$renderer, $$props) {
let { formAction } = $$props;
$$renderer.push(`<div class="app-shell flex items-center justify-center min-h-[200px]"><form method="POST"${attr("action", formAction)}>`);
Button($$renderer, {
type: "submit",
children: ($$renderer2) => {
$$renderer2.push(`<!---->Log out`);
},
$$slots: { default: true }
});
$$renderer.push(`<!----></form></div>`);
}
export { _page as default };
//# sourceMappingURL=_page.svelte-BRCUc0Y4.js.map