remove skeleton ui

This commit is contained in:
Minh Vo
2025-12-22 19:52:46 -05:00
parent 37666f9d0a
commit b4bb7dec0c
6 changed files with 45 additions and 42 deletions

View File

@@ -13,6 +13,9 @@ export type EventPost = {
paylink: string; // event payment link (e.g., Zeffy)
};
export type Category = 'allEvents' | 'academic' | 'professional' | 'social' | 'technical';
export type FAQ = {
question: string;
answer: string;