Skip to content

Commit 12d36ca

Browse files
Adjusting names
1 parent 49ad0d8 commit 12d36ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/App.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<v-main class="main-container pb-10">
1818
<v-responsive>
1919
<v-container class="px-10">
20-
<DocsComponent />
20+
<DocsPage />
2121
</v-container>
2222
</v-responsive>
2323
</v-main>
@@ -27,8 +27,8 @@
2727
<script setup>
2828
import { provide, ref } from 'vue';
2929
import AppBar from './documentation/layout/AppBar.vue';
30-
import MenuComponent from './documentation/MenuComponent.vue';
31-
import DocsComponent from './documentation/DocsComponent.vue';
30+
import MenuComponent from './documentation/components/MenuComponent.vue';
31+
import DocsPage from './documentation/DocsPage.vue';
3232
import { useCoreStore } from './stores/index';
3333
3434
const store = useCoreStore();

0 commit comments

Comments
 (0)