Separated session checker and page login verifier into components

This commit is contained in:
Keannu Christian Bernasol 2023-03-06 20:09:14 +08:00
parent b12f205efd
commit c3ae196b6c
10 changed files with 101 additions and 65 deletions

View file

@ -6,6 +6,7 @@ import {
LoginParams,
RegistrationParams,
} from "../../Interfaces/Interfaces";
// Product APIs
export function GetProducts() {