Move component out of subfolder.

This commit is contained in:
Bryan Mauger 2025-02-20 09:18:10 -05:00
parent 3455c50fe7
commit 0eaa1c2fd7
4 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ module.exports = {
testMatch: ["**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"],
coverageThreshold: {
global: {
statements: 75,
statements: 74,
},
},
// Uncomment this to avoid the massive amount of warnings we are getting for onSubmit and onInvalidSubmit

View file

@ -121,7 +121,7 @@ import experimentMixin from "@/mixins/experiment-mixin.js";
import { partTypeStrings } from "@/constants/part-type-strings";
import { containsLineItemWithPartType } from "@/helpers/service-package-helper";
import { containsRecalParts } from "@/helpers/recal-helper.js";
import donationBlock from "@/experiment-components/donation-block/donation-block.vue";
import donationBlock from "@/experiment-components/donation-block.vue";
export default {
name: "confirmation",