From cee521b0e4c9c01593475296ec1c457d99a7d863 Mon Sep 17 00:00:00 2001 From: Hyko Date: Tue, 14 Apr 2026 19:35:19 -0400 Subject: [PATCH] refactor(auth): replace relative imports with @zen/core alias Update BaseLayout imports in auth email templates to use the `@zen/core/email/templates` module alias instead of relative paths, improving maintainability and consistency across the codebase. --- src/features/auth/templates/PasswordChangedEmail.jsx | 2 +- src/features/auth/templates/PasswordResetEmail.jsx | 2 +- src/features/auth/templates/VerificationEmail.jsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/features/auth/templates/PasswordChangedEmail.jsx b/src/features/auth/templates/PasswordChangedEmail.jsx index b1e0871..58b21f1 100644 --- a/src/features/auth/templates/PasswordChangedEmail.jsx +++ b/src/features/auth/templates/PasswordChangedEmail.jsx @@ -1,5 +1,5 @@ import { Section, Text } from "@react-email/components"; -import { BaseLayout } from "../../../core/email/templates/BaseLayout.jsx"; +import { BaseLayout } from "@zen/core/email/templates"; export const PasswordChangedEmail = ({ email, companyName }) => ( ( (