Skip to content

Commit

Permalink
fix eslint in pricing.payment.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
lilbobb committed Jul 22, 2024
1 parent 5dbd7a7 commit 6c1fa42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/routes/pricing.payment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { useState } from "react";
import DetailsForm from "~/components/DetailsForm";
import PaymentForm from "~/components/PaymentForm";
import PricingPaymentBreadCrumb from "~/components/PricingPaymentBreadCrumb";
import Footer from "~/email/templates/_components/Footer";

const Payment = () => {
const [showSecondForm, setShowSecondForm] = useState(false);
Expand Down

0 comments on commit 6c1fa42

Please sign in to comment.