diff --git a/src/components/app/MainContainer.vue b/src/components/app/MainContainer.vue index 897e87e..bbd73e5 100644 --- a/src/components/app/MainContainer.vue +++ b/src/components/app/MainContainer.vue @@ -3,7 +3,7 @@ - + @@ -12,10 +12,10 @@ import { defineComponent } from 'vue'; import LogoSection from '../sections/LogoSection.vue'; import InputsSection from '../sections/InputsSection.vue'; import TrainImageSection from '../sections/TrainImageSection.vue'; -import StockSection from '../sections/StockSection.vue'; +import TabsSection from '../sections/TabsSection.vue'; export default defineComponent({ - components: { LogoSection, InputsSection, TrainImageSection, StockSection }, + components: { LogoSection, InputsSection, TrainImageSection, TabsSection }, }); diff --git a/src/components/sections/StockSection.vue b/src/components/sections/TabsSection.vue similarity index 59% rename from src/components/sections/StockSection.vue rename to src/components/sections/TabsSection.vue index ef00656..f19182c 100644 --- a/src/components/sections/StockSection.vue +++ b/src/components/sections/TabsSection.vue @@ -1,9 +1,17 @@