import React from 'react' import {OuterContainer, InnerContainer} from './Container' import {NavLink} from '@/components/ui/Navigation' import {SpotifyPlayer} from '@/components/ui/SpotifyPlayer' import {SocialLink} from '@/components/ui/SocialLink' import {GitHubIcon, LinkedInIcon} from '@/components/icons/SocialIcons' export function Footer() { return ( ) }