Created Page Feed

This commit is contained in:
Thanh Quy - wolf
2026-03-29 20:05:53 +07:00
parent e95a64cd2c
commit e2aeebd0e1
16 changed files with 1088 additions and 2812 deletions
+8
View File
@@ -51,3 +51,11 @@ export interface SocialLinks {
tiktok: string;
website: string;
}
// ===== SHOP (QUÁN NƯỚC) TYPES =====
export interface Shop {
id: number;
name: string;
address: string;
image: string;
}