feat(pdf): migrate PDF generation to @mintel/pdf package
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 7s
Build & Deploy / 🧪 QA (push) Failing after 1m3s
Build & Deploy / 🏗️ Build (push) Failing after 3m5s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🩺 Health Check (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 7s
Build & Deploy / 🧪 QA (push) Failing after 1m3s
Build & Deploy / 🏗️ Build (push) Failing after 3m5s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🩺 Health Check (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s
This commit is contained in:
@@ -17,7 +17,7 @@ import * as confetti from "canvas-confetti";
|
||||
|
||||
import { FormState, Step } from "./ContactForm/types";
|
||||
import { PRICING, initialState } from "./ContactForm/constants";
|
||||
import { calculateTotals } from "../logic/pricing/calculator";
|
||||
import { calculateTotals } from "@mintel/pdf";
|
||||
import { PriceCalculation } from "./ContactForm/components/PriceCalculation";
|
||||
import { ShareModal } from "./ShareModal";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user