<template>
  <div id="app" class="flex flex-col flex-1">
    <router-view class="flex flex-col flex-1"></router-view>
  </div>
</template>

<style>
@tailwind preflight;
@tailwind components;
@tailwind utilities;
</style>