import { Link as Anchor, Heading, VStack, chakra } from "@chakra-ui/react";
import NavLink from "next/link";
import { GridMultiplexAd } from "components/special";
import { useRouter } from "next/router";
function OtherDownloads() {
const router = useRouter();
return (
<>
Download other versions of Spotube
Download previous versions of Spotube
Download Bleeding Edge Nightly version of Spotube
(Nightly releases)
>
);
}
export default OtherDownloads;