| 1 | import { useRef, useState, useLayoutEffect, useCallback, useMemo, memo, useEffect, Fragment } from 'react'; |
| 2 | import { Link, useLocation, useNavigate } from 'react-router-dom'; |
| 3 | import { Box, Flex, VStack, Text, Stack, Icon, IconButton, Drawer, Image, Separator } from '@chakra-ui/react'; |
| 4 | import { ArrowRight, MenuIcon, SearchIcon, Sparkles, XIcon, HeartIcon } from 'lucide-react'; |
nothing calls this directly
no test coverage detected