|
|
@ -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 {{
|
|
|
|
* @typedef {{
|
|
|
|
* top: number;
|
|
|
|
* top: number;
|
|
|
@ -41,5 +30,17 @@ import { sanitarios } from '$lib/templates/sanitarios';
|
|
|
|
* }} Template
|
|
|
|
* }} 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<Template> */
|
|
|
|
/** @type Array<Template> */
|
|
|
|
export const templates = [verde, azul, corazon, posits, acuarela, amarillo, curvas_azul, diente_de_leon, marroncito, pajaros_papel, sanitarios];
|
|
|
|
export const templates = [verde, azul, corazon, posits, acuarela, amarillo, curvas_azul, diente_de_leon, marroncito, pajaros_papel, sanitarios];
|
|
|
|