diff --git a/next-ui/src/components.d.ts b/next-ui/src/components.d.ts
index c7895097e..c8d1797bb 100644
--- a/next-ui/src/components.d.ts
+++ b/next-ui/src/components.d.ts
@@ -28,6 +28,7 @@ declare module 'vue' {
DialogSeriesPicker: typeof import('./components/dialog/SeriesPicker.vue')['default']
DialogSimple: typeof import('./components/dialog/DialogSimple.vue')['default']
DialogSimpleInstance: typeof import('./components/dialog/DialogSimpleInstance.vue')['default']
+ EmptyStateConstruction: typeof import('./components/EmptyStateConstruction.vue')['default']
EmptyStateNetworkError: typeof import('./components/EmptyStateNetworkError.vue')['default']
FormattedMessage: typeof import('./components/FormattedMessage.ts')['default']
HelloWorld: typeof import('./components/HelloWorld.vue')['default']
diff --git a/next-ui/src/components/EmptyStateConstruction.vue b/next-ui/src/components/EmptyStateConstruction.vue
new file mode 100644
index 000000000..72afb141b
--- /dev/null
+++ b/next-ui/src/components/EmptyStateConstruction.vue
@@ -0,0 +1,22 @@
+
+
+
+
+
diff --git a/next-ui/src/pages/account/ui.vue b/next-ui/src/pages/account/ui.vue
index f64cf8046..28217ebde 100644
--- a/next-ui/src/pages/account/ui.vue
+++ b/next-ui/src/pages/account/ui.vue
@@ -1,5 +1,5 @@
- UI
+