Separated distance calculation and far map renderer into own components

This commit is contained in:
Keannu Christian Bernasol 2023-09-20 19:36:06 +08:00
parent 12e3d29822
commit 790574daee
5 changed files with 116 additions and 75 deletions

View file

@ -6,6 +6,7 @@ import {
OnboardingType,
PatchUserInfoType,
RegistrationType,
StudentStatusPatchType,
StudentStatusType,
} from "../../interfaces/Interfaces";
@ -243,7 +244,7 @@ export async function GetStudentStatus() {
});
}
export async function PatchStudentStatus(info: StudentStatusType) {
export async function PatchStudentStatus(info: StudentStatusPatchType) {
const config = await GetConfig();
console.log(info);
return instance