Migrated to react router v7

This commit is contained in:
jackiettran
2026-01-19 22:50:53 -05:00
parent 1923ffc251
commit 28554acc2d
35 changed files with 180 additions and 284 deletions

View File

@@ -1,5 +1,5 @@
import React, { useState, useEffect } from "react";
import { Link } from "react-router-dom";
import { Link } from "react-router";
import { rentalAPI, userAPI, stripeAPI } from "../services/api";
import { Rental, User } from "../types";
import StripeConnectOnboarding from "../components/StripeConnectOnboarding";