| 1 | import { useState, useEffect, useRef } from 'react'; |
| 2 | import Profile from './components/Profile/Profile'; |
| 3 | import ProfileSkeleton from './components/ProfileSkeleton/ProfileSkeleton'; |
| 4 | import Search from './components/Search/Search'; |
nothing calls this directly
no test coverage detected