Compare commits
3 Commits
subscribe-
...
test-pull
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1303a2fcf3 | ||
|
|
3c82537378 | ||
|
|
93424823e6 |
@@ -52,3 +52,5 @@ export default function CheckoutReturn() {
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
// test comment
|
||||
@@ -1,7 +1,6 @@
|
||||
import { useState } from "react";
|
||||
import { useNavigate, useSearchParams } from "react-router-dom";
|
||||
import { useAuth } from "../../contexts/AuthContext";
|
||||
import { useUserProperties } from "../../contexts/UserPropertiesContext";
|
||||
import {
|
||||
createCheckoutSession,
|
||||
activateFreeTier,
|
||||
@@ -96,8 +95,6 @@ export default function Subscribe() {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
function ProgressBar() {
|
||||
return (
|
||||
<div className="progress-bar">
|
||||
@@ -191,7 +188,7 @@ export default function Subscribe() {
|
||||
);
|
||||
}
|
||||
|
||||
// ── Footer navigation ─────────────────────────────────────────────────────
|
||||
// ── Footer nav ──────────────────────────────────────────────────────────
|
||||
|
||||
function Footer() {
|
||||
async function handleNext() {
|
||||
|
||||
Reference in New Issue
Block a user