Skip to content

Commit d2d873a

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 3247c88 commit d2d873a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

frontend/src/pages/ReservationsPage.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import React, { useEffect, useState } from "react";
2+
import { Link } from "react-router-dom";
23
import { Navbar } from "../components/Navbar";
34
import "bootstrap/dist/css/bootstrap.min.css";
45
import { getAuthStatus } from "../components/auth";
6+
import { getCSRFToken } from "../components/Utils";
57

68
interface Reservation {
79
id: number;

0 commit comments

Comments
 (0)