quick hotfix
This commit is contained in:
@@ -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