Remove unneeded components.

This commit is contained in:
Bryan 2021-10-20 14:23:45 -04:00
parent 44ad037cf2
commit 23bcb41f47
3 changed files with 0 additions and 23 deletions

View file

@ -1,10 +0,0 @@
<template>
<button type="button" class="btn btn-primary" disabled>{{btnText}}</button>
</template>
<script>
export default {
name: 'buttonDisabled',
props: ['btnText']
}
</script>

View file

@ -1,10 +0,0 @@
<template>
<button type="button" class="btn btn-primary-focus d-flex align-items-center">{{btnText}}</button>
</template>
<script>
export default {
name: 'buttonPrimaryFocus',
props: ['btnText']
}
</script>

View file

@ -1,3 +0,0 @@
<template>
<button type="button" class="btn btn-secondary">Secondary</button>
</template>