Merge branch 'develop' of github.com:Frappet/bma-ehr-frontend into me

This commit is contained in:
Thanit Konmek 2023-08-22 15:25:00 +07:00
commit 33681a0b37
37 changed files with 1740 additions and 806 deletions

View file

@ -1,5 +1,5 @@
interface ResponseData {
createdAt: Date;
createdAt: any;
date: Date;
firstName: string;
id: string;

View file

@ -1,5 +1,5 @@
interface ResponseData {
createdAt: Date;
createdAt: any;
date: Date;
firstName: string;
id: string;