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