This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user