Moving the back button under the funnel-sub-header

This commit is contained in:
Mark Harris 2022-03-31 15:09:26 -04:00
parent b9a61ca64a
commit d2a2605374
4 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
</template>
<script>
import buttonBack from "@/common-components/button-back/button-back";
import buttonBack from "@/common-components/funnel-sub-header/button-back/button-back";
export default {
name: "FunnelSubHeader",

View file

@ -1144,7 +1144,7 @@
<script>
import buttonMain from "@/ux-components/button-main/button-main";
import buttonBack from "@/common-components/button-back/button-back";
import buttonBack from "@/common-components/funnel-sub-header/button-back/button-back";
import listCard from "@/ux-components/list-card/list-card";
import listButton from "@/ux-components/list-button/list-button";
import alert from "@/ux-components/alert/alert";