CSR-222: move back-button into different folder

This commit is contained in:
Adam Caouette 2022-01-05 17:09:32 -05:00
parent 96a5cdf46e
commit 0d93ea4445
4 changed files with 2 additions and 2 deletions

View file

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

View file

@ -739,7 +739,7 @@
<script>
import buttonPrimary from "@/ux-components/button-primary/button-primary";
import buttonSecondary from "@/ux-components/button-secondary/button-secondary";
import buttonBack from "@/ux-components/button-back/button-back";
import buttonBack from "@/common-components/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";