feat: add position page
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
import { CatalogPage } from '~/src/pages/catalog'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<CatalogPage />
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
@@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
import PositionPage from '~/src/pages/position/ui/PositionPage.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<PositionPage />
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user