Update New Features

This commit is contained in:
Koncept Kit
2025-12-10 17:52:47 +07:00
parent 1f27c3224b
commit 36017e8693
39 changed files with 4977 additions and 196 deletions

View File

@@ -4,6 +4,7 @@ import api from '../utils/api';
import { Card } from '../components/ui/card';
import { Badge } from '../components/ui/badge';
import Navbar from '../components/Navbar';
import MemberFooter from '../components/MemberFooter';
import { Calendar, MapPin, Users, ArrowRight } from 'lucide-react';
const Events = () => {
@@ -125,6 +126,7 @@ const Events = () => {
</div>
)}
</div>
<MemberFooter />
</div>
);
};