This repository has been archived on 2025-01-07. You can view files and clone it, but cannot push or open issues or pull requests.
rebuilding-acquia/src/App.vue

12 lines
221 B
Vue

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