diff --git a/src/lib/templates/templates.js b/src/lib/templates/templates.js index f86a476..495fe8e 100644 --- a/src/lib/templates/templates.js +++ b/src/lib/templates/templates.js @@ -1,14 +1,3 @@ -import { verde } from '$lib/templates/verde'; -import { azul } from '$lib/templates/azul'; -import { corazon } from '$lib/templates/corazon'; -import { posits } from '$lib/templates/posits'; -import { acuarela } from '$lib/templates/acuarela'; -import { amarillo } from '$lib/templates/amarillo'; -import { curvas_azul } from '$lib/templates/curvas_azul'; -import { diente_de_leon } from '$lib/templates/diente_de_leon'; -import { marroncito } from '$lib/templates/marroncito'; -import { pajaros_papel } from '$lib/templates/pajaros_papel'; -import { sanitarios } from '$lib/templates/sanitarios'; /** * @typedef {{ * top: number; @@ -41,5 +30,17 @@ import { sanitarios } from '$lib/templates/sanitarios'; * }} Template */ +import { verde } from '$lib/templates/verde'; +import { azul } from '$lib/templates/azul'; +import { corazon } from '$lib/templates/corazon'; +import { posits } from '$lib/templates/posits'; +import { acuarela } from '$lib/templates/acuarela'; +import { amarillo } from '$lib/templates/amarillo'; +import { curvas_azul } from '$lib/templates/curvas_azul'; +import { diente_de_leon } from '$lib/templates/diente_de_leon'; +import { marroncito } from '$lib/templates/marroncito'; +import { pajaros_papel } from '$lib/templates/pajaros_papel'; +import { sanitarios } from '$lib/templates/sanitarios'; + /** @type Array