diff --git a/apps/stage-tamagotchi/src/pages/settings/airi-card/index.vue b/apps/stage-tamagotchi/src/pages/settings/airi-card/index.vue
index 12becb52f..51a2b7e1d 100644
--- a/apps/stage-tamagotchi/src/pages/settings/airi-card/index.vue
+++ b/apps/stage-tamagotchi/src/pages/settings/airi-card/index.vue
@@ -1,6 +1,7 @@
+
+
+
+
diff --git a/packages/stage-ui/src/components/Misc/ErrorContainer.vue b/packages/stage-ui/src/components/Misc/ErrorContainer.vue
new file mode 100644
index 000000000..a0fe78d48
--- /dev/null
+++ b/packages/stage-ui/src/components/Misc/ErrorContainer.vue
@@ -0,0 +1,19 @@
+
+
+
+
+
+ {{ title }}
+
+
+ {{ String(error) }}
+
+
+
diff --git a/packages/stage-ui/src/components/Misc/index.ts b/packages/stage-ui/src/components/Misc/index.ts
index 2d4003615..d4ff3179d 100644
--- a/packages/stage-ui/src/components/Misc/index.ts
+++ b/packages/stage-ui/src/components/Misc/index.ts
@@ -1,6 +1,8 @@
+export { default as Alert } from './Alert.vue'
export { default as BidirectionalTransition } from './BidirectionalTransition.vue'
export { default as Button } from './Button.vue'
export { default as Collapsable } from './Collapsable.vue'
+export { default as ErrorContainer } from './ErrorContainer.vue'
export { default as Progress } from './Progress.vue'
export { default as Screen } from './Screen.vue'
export { default as Skeleton } from './Skeleton.vue'