Skip to content

Commit 8080e91

Browse files
Fix: Resolve "Dna is not defined" error
1 parent 652ff11 commit 8080e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Clubs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Header from '@/components/Header';
33
import Footer from '@/components/Footer';
44
import FeaturedClubCard from '@/components/FeaturedClubCard';
55
import EcoProductCarousel from '@/components/EcoProductCarousel';
6-
import { Users, Rocket, Calendar, Zap, Shield, DollarSign, Leaf, Gamepad2, Music, Heart, Eye } from 'lucide-react';
6+
import { Users, Rocket, Calendar, Zap, Shield, DollarSign, Leaf, Gamepad2, Music, Heart, Eye, Dna, Database, FlaskConical } from 'lucide-react';
77
import { Button } from '@/components/ui/button';
88

99
type ClubProps = {

0 commit comments

Comments
 (0)