Init back project
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { c as create_ssr_component } from "../../../chunks/ssr.js";
|
||||
const Page = create_ssr_component(($$result, $$props, $$bindings, slots) => {
|
||||
return `<p data-svelte-h="svelte-nwzi5w">It was revealed to me in a dream</p>`;
|
||||
});
|
||||
export {
|
||||
Page as default
|
||||
};
|
||||
Reference in New Issue
Block a user