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 {