This commit is contained in:
KS Jannette
2026-03-06 03:00:14 -05:00
parent 81303573fd
commit 2d4fcefdcf
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import { useAuth } from "./contexts/AuthContext";
import Navbar from "./components/Navbar"; import Navbar from "./components/Navbar";
import Login from "./pages/login/Login"; import Login from "./pages/login/Login";
import Signup from "./pages/Signup"; import Signup from "./pages/Signup";
import Subscribe from "./pages/subscribe/subscribe"; import Subscribe from "./pages/subscribe/Subscribe";
import Addresses from "./pages/addresses/Addresses"; import Addresses from "./pages/addresses/Addresses";
import Alerts from "./pages/alerts/Alerts"; import Alerts from "./pages/alerts/Alerts";
import AlertHistory from "./pages/alertHistory/AlertHistory"; import AlertHistory from "./pages/alertHistory/AlertHistory";

View File

@@ -10,7 +10,7 @@ import {
import { createCheckoutSession, getSubscriptionStatus, verifyCheckoutSession } from "../../api/stripe"; import { createCheckoutSession, getSubscriptionStatus, verifyCheckoutSession } from "../../api/stripe";
import Input from "../../components/Input"; import Input from "../../components/Input";
import Button from "../../components/Button"; import Button from "../../components/Button";
import "./subscribe.css"; import "./Subscribe.css";
const STEPS = [ const STEPS = [
"Create Account", "Create Account",