Merge pull request #15 from Safelite/brm-cleanup

Remove unneeded components.
This commit is contained in:
bmauger 2021-10-20 14:32:25 -04:00 committed by GitHub
commit 19bbe682f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>