Skip to content

Instantly share code, notes, and snippets.

@douggrubba
Created May 22, 2021 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save douggrubba/5c9b20b7646b238580250e4980b621a5 to your computer and use it in GitHub Desktop.
Save douggrubba/5c9b20b7646b238580250e4980b621a5 to your computer and use it in GitHub Desktop.
<template>
<div class="flex flex-col">
<h2 class="text-4xl p-6">Appointments</h2>
</div>
</template>
<script>
export default {
name: 'appointments-screen'
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment