import {useRef} from 'react'; import Browser from './Browser'; export default function Main({dispatch}) { const scrollRef = useRef(null); // TODO: Artist, Album view. URL handling return (
) }