You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
589 B
18 lines
589 B
import Head from 'next/head'
|
|
import Image from 'next/image'
|
|
import styles from '../styles/Index.module.css'
|
|
|
|
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
|
|
import { faDiscord } from '@fortawesome/free-brands-svg-icons'
|
|
import { faTwitter } from '@fortawesome/free-brands-svg-icons'
|
|
import { faSpotify } from '@fortawesome/free-brands-svg-icons'
|
|
import { faSoundcloud } from '@fortawesome/free-brands-svg-icons'
|
|
import { faEnvelope } from '@fortawesome/free-solid-svg-icons'
|
|
|
|
export default function Music() {
|
|
return (
|
|
<div>
|
|
|
|
</div>
|
|
)
|
|
} |