Remove Market and MarketDashboard components to streamline the codebase and improve maintainability.
This commit is contained in:
parent
3cf63ca68e
commit
adf32c0dca
2 changed files with 0 additions and 8 deletions
|
|
@ -1,4 +0,0 @@
|
|||
<script lang="ts">
|
||||
import MarketPageComponent from '@/modules/market/views/MarketPage.vue'
|
||||
export default MarketPageComponent
|
||||
</script>
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
<script lang="ts">
|
||||
import MarketDashboardComponent from '@/modules/market/views/MarketDashboard.vue'
|
||||
export default MarketDashboardComponent
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue