mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-18 06:29:40 +02:00
fix(clock-web): add toast export alias for compatibility
The alarms page imports 'toast' but the store exported 'toasts'. Add alias to support both import styles. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
6d65f3b833
commit
2164d4afa0
1 changed files with 3 additions and 0 deletions
|
|
@ -42,3 +42,6 @@ function createToastStore() {
|
|||
}
|
||||
|
||||
export const toasts = createToastStore();
|
||||
|
||||
// Alias for compatibility with different import styles
|
||||
export const toast = toasts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue