create user pages crud also update pages ui build order and car ,driver first page interfase create model layer to componants

This commit is contained in:
m7amedez5511
2026-06-10 16:58:17 +03:00
parent 53c03e9867
commit e0e38dc87a
34 changed files with 2963 additions and 862 deletions

4
types/branch.ts Normal file
View File

@@ -0,0 +1,4 @@
export interface Branch {
id: string;
name: string;
}