From 2db8057d6168e7603377c842970a5976dac229fc Mon Sep 17 00:00:00 2001 From: Kamal Panara <79043122+CodeWithKamal@users.noreply.github.com> Date: Sun, 27 Oct 2024 00:17:10 +0530 Subject: [PATCH] Update index.ts updated imports --- apps/dokploy/templates/tolgee/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dokploy/templates/tolgee/index.ts b/apps/dokploy/templates/tolgee/index.ts index e88d3a88..a919e5a4 100644 --- a/apps/dokploy/templates/tolgee/index.ts +++ b/apps/dokploy/templates/tolgee/index.ts @@ -1,9 +1,9 @@ import { type Template, type Schema, - generateRandomDomain, - DomainSchema, + type DomainSchema, generateBase64, + generateRandomDomain, } from "../utils"; export function generate(schema: Schema): Template {