Merge pull request #235 from Safelite/BRM-fix-component-not-used-issue
Remove unused component.
This commit is contained in:
commit
a5fff2a413
1 changed files with 0 additions and 2 deletions
|
|
@ -44,13 +44,11 @@
|
|||
<script>
|
||||
import buttonQuestion from "@/common-components/button-question/button-question";
|
||||
import listCard from "@/ux-components/list-card/list-card";
|
||||
import radio from "@/ux-components/radio/radio";
|
||||
|
||||
export default {
|
||||
name: "nestedRadio",
|
||||
components: {
|
||||
buttonQuestion,
|
||||
radio,
|
||||
listCard,
|
||||
},
|
||||
data() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue