complete score page

This commit is contained in:
Alihaghighattalab
2024-08-11 11:59:32 +03:30
parent f552eee230
commit c977d71a19
8 changed files with 76 additions and 8 deletions
+4
View File
@@ -0,0 +1,4 @@
import { ScoreInterface } from "../../types";
import { axiosInstance } from "../axios";
export const getScoreList = () => axiosInstance.get<ScoreInterface>("/score")