quick hotfix

This commit is contained in:
KS Jannette
2026-05-11 12:58:40 -04:00
parent 93424823e6
commit 3c82537378

View File

@@ -1,7 +1,6 @@
import { useState } from "react"; import { useState } from "react";
import { useNavigate, useSearchParams } from "react-router-dom"; import { useNavigate, useSearchParams } from "react-router-dom";
import { useAuth } from "../../contexts/AuthContext"; import { useAuth } from "../../contexts/AuthContext";
import { useUserProperties } from "../../contexts/UserPropertiesContext";
import { import {
createCheckoutSession, createCheckoutSession,
activateFreeTier, activateFreeTier,
@@ -96,8 +95,6 @@ export default function Subscribe() {
} }
} }
function ProgressBar() { function ProgressBar() {
return ( return (
<div className="progress-bar"> <div className="progress-bar">
@@ -191,7 +188,7 @@ export default function Subscribe() {
); );
} }
// ── Footer navigation ───────────────────────────────────────────────────── // ── Footer nav ──────────────────────────────────────────────────────────
function Footer() { function Footer() {
async function handleNext() { async function handleNext() {