completionId: cgen-bafe879f6ba142268abe8def11e00f50
cgen-bafe879f6ba142268abe8def11e00f50
This commit is contained in:
parent
4166f1371f
commit
0c1a50cab3
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@ import { useNavigate, useParams, Link } from "react-router-dom";
|
|||
import Layout from "@/components/Layout";
|
||||
import LoadingScreen from "@/components/LoadingScreen";
|
||||
import PassportSummary from "@/components/passport/PassportSummary";
|
||||
|
||||
// API Base URL for fetch requests
|
||||
const API_BASE = import.meta.env.VITE_API_BASE || "";
|
||||
import {
|
||||
Card,
|
||||
CardContent,
|
||||
|
|
|
|||
Loading…
Reference in a new issue