diff --git a/ui/src/components/back-button/index.vue b/ui/src/components/back-button/index.vue
index 4ca5d64e1..9f52e8475 100644
--- a/ui/src/components/back-button/index.vue
+++ b/ui/src/components/back-button/index.vue
@@ -1,5 +1,5 @@
-
+
@@ -22,4 +22,8 @@ function jump() {
}
-
+
diff --git a/ui/src/components/index.ts b/ui/src/components/index.ts
index 370f1a95a..5453020d8 100644
--- a/ui/src/components/index.ts
+++ b/ui/src/components/index.ts
@@ -3,20 +3,19 @@ import AppIcon from './icons/AppIcon.vue'
import AppAvatar from './app-avatar/index.vue'
import LoginLayout from './login-layout/index.vue'
import LoginContainer from './login-container/index.vue'
-import LayoutContent from './content-container/LayoutContent.vue'
+import LayoutContainer from './layout-container/index.vue'
import TagsInput from './tags-input/index.vue'
import CardBox from './card-box/index.vue'
import CardAdd from './card-add/index.vue'
import BackButton from './back-button/index.vue'
-
export default {
install(app: App) {
app.component(AppIcon.name, AppIcon)
app.component(AppAvatar.name, AppAvatar)
app.component(LoginLayout.name, LoginLayout)
app.component(LoginContainer.name, LoginContainer)
- app.component(LayoutContent.name, LayoutContent)
+ app.component(LayoutContainer.name, LayoutContainer)
app.component(TagsInput.name, TagsInput)
app.component(CardBox.name, CardBox)
app.component(CardAdd.name, CardAdd)
diff --git a/ui/src/components/content-container/LayoutContent.vue b/ui/src/components/layout-container/index.vue
similarity index 72%
rename from ui/src/components/content-container/LayoutContent.vue
rename to ui/src/components/layout-container/index.vue
index 9d30a63bf..97a356c55 100644
--- a/ui/src/components/content-container/LayoutContent.vue
+++ b/ui/src/components/layout-container/index.vue
@@ -1,10 +1,9 @@
-