import React from 'react';
import styles from './index.scss'

export default function About() {
  return <div className={styles.red}>About</div>
}
