<script setup lang="ts">
import * as log from "loglevel";
log.debug("ShopView created");
</script>
<template>
<main class="px-8 py-8">
<h1>Shop</h1>
</main>
</template>
<style scoped></style>