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>
|
<script>
|
||||||
import buttonQuestion from "@/common-components/button-question/button-question";
|
import buttonQuestion from "@/common-components/button-question/button-question";
|
||||||
import listCard from "@/ux-components/list-card/list-card";
|
import listCard from "@/ux-components/list-card/list-card";
|
||||||
import radio from "@/ux-components/radio/radio";
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "nestedRadio",
|
name: "nestedRadio",
|
||||||
components: {
|
components: {
|
||||||
buttonQuestion,
|
buttonQuestion,
|
||||||
radio,
|
|
||||||
listCard,
|
listCard,
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue