Skip to content

Commit 281b8e2

Browse files
author
Alejandro Caicedo
committed
refactor: move ToastType import to domain model
Update import path for ToastType from '@modules/core/application/app.storage' to '@modules/core/domain/app.model' to better align with domain-driven design principles and improve code organization.
1 parent 45dcd7d commit 281b8e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/theme/components/Toast.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { borderRadius } from '../borders';
55
import { getShadows } from '../shadows';
66
import { typography } from '../typography';
77

8-
import type { ToastType } from '@modules/core/application/app.storage';
8+
import type { ToastType } from '@modules/core/domain/app.model';
99

1010
interface ToastStyleProps {
1111
type?: ToastType;

0 commit comments

Comments
 (0)