draft market

This commit is contained in:
2023-07-27 09:22:47 +02:00
parent c75f3b6321
commit dc9be7db98
13 changed files with 117 additions and 15 deletions

View File

@@ -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>