We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b365edc commit cef5963Copy full SHA for cef5963
frontend/src/components/Characters.jsx
@@ -1,4 +1,5 @@
1
import { useState, useEffect } from "react";
2
+import { apiRequest } from "./utils/api"; // Import apiRequest for API calls
3
import { getStoredToken } from "./utils/auth";
4
import { jwtDecode } from "jwt-decode"; // Import jwtDecode to decode the JWT token
5
import Button from "../components/buttons/Button";
0 commit comments