draft market
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
import { Reprocess } from './reprocess';
|
||||
import { RouterView } from 'vue-router';
|
||||
import { Sidebar } from './sidebar';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Reprocess />
|
||||
<Sidebar />
|
||||
<div class=" px-4 sm:ml-64">
|
||||
<RouterView />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user