ya ni idea la verdad

pull/7/head
Borja Robert 2 years ago
parent d1ea75ca9b
commit 560a5a3e26

@ -1,5 +1,6 @@
<script> <script>
import { templates } from '$lib/templates/templates'; import { templates } from '$lib/templates/templates';
/** @type number */ export let templateIndex; /** @type number */ export let templateIndex;
import { title } from '$lib/stores/store'; import { title } from '$lib/stores/store';
</script> </script>

@ -1,8 +1,7 @@
<script> <script>
import { templates } from '$lib/templates/templates'; import { templates } from '$lib/templates/templates';
console.log(templates);
/** @type number */ export let templateIndex; /** @type number */ export let templateIndex;
console.log(templateIndex);
import { heading } from '$lib/stores/store'; import { heading } from '$lib/stores/store';
</script> </script>

Loading…
Cancel
Save