Remove unneeded code.

This commit is contained in:
bmauger 2022-02-04 15:53:10 -05:00
parent 186b819404
commit 1a8a5a73e6

View file

@ -948,7 +948,6 @@ import vehicleBanner from "@/common-components/vehicle-banner/vehicle-banner";
import funnelHeader from "@/common-components/funnel-header/funnel-header";
import listButtonHorizontal from "@/ux-components/list-button-horizontal/list-button-horizontal";
import checkbox from "@/ux-components/checkbox/checkbox";
import buttonQuestion from "@/common-components/button-question/button-question";
import textLink from "@/ux-components/text-link/text-link";
import funnelFooter from "@/common-components/funnel-footer/funnel-footer";
export default {
@ -963,7 +962,6 @@ export default {
listButtonHorizontal,
checkbox,
funnelHeader,
buttonQuestion,
textLink,
funnelFooter
},