Skip to content

Commit 54898bc

Browse files
committed
docs(mobile-client): fix import path for Aside component
- Update import path for Aside component from '@astrojsjs/starlight/components' to '@astrojs/starlight/components'
1 parent b6d5db8 commit 54898bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/mobile-client/architecture/error-handling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Error Handling
33
description: Learn how errors and exceptions are managed across the application layers.
44
---
5-
import { Aside } from '@astrojsjs/starlight/components';
5+
import { Aside } from '@astrojs/starlight/components';
66

77
The mobile client employs a standardized and robust error handling strategy to ensure that issues are managed gracefully and that users are presented with clear, helpful feedback. The strategy is built upon a set of custom exception classes defined in the shared `core` package.
88

0 commit comments

Comments
 (0)