diff --git a/src/components/GameOfSim.tsx b/src/components/GameOfSim.tsx index f404cf1..52ca88c 100644 --- a/src/components/GameOfSim.tsx +++ b/src/components/GameOfSim.tsx @@ -4,6 +4,7 @@ import { Button } from '@/components/ui/button'; import { Badge } from '@/components/ui/badge'; import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@/components/ui/select'; import { RotateCcw, Undo2 } from 'lucide-react'; +import SocialShare from '@/components/SocialShare'; interface Edge { from: number; @@ -265,6 +266,15 @@ const GameOfSim = () => { Avoid creating a triangle of your own color!
+ + {/* Social Share */} +