mirror of
https://github.com/LukeHagar/ui-development-kit.git
synced 2025-12-06 04:21:49 +00:00
15 lines
728 B
JavaScript
15 lines
728 B
JavaScript
import { c as create_ssr_component } from './ssr-pGtI3Kui.js';
|
|
|
|
const Page = create_ssr_component(($$result, $$props, $$bindings, slots) => {
|
|
return `<div class="grid place-content-center h-full" data-svelte-h="svelte-sn1z1p"><p class="text-center px-60">This starter application is meant to be an example of how you can build on top of the
|
|
IdentityNow UI development kit to build your own applications and tools for IdentityNow
|
|
|
|
<br>
|
|
|
|
On the left hand side you will see some example pages showcasing some different kinds of pages
|
|
you could build. Each page is meant to be a starting point for you to build your own pages.</p></div>`;
|
|
});
|
|
|
|
export { Page as default };
|
|
//# sourceMappingURL=_page.svelte-BCGNlJ8d.js.map
|