"use strict"; import React from "react"; import { Link, animateScroll as scroll, scroller } from "react-scroll"; export class Main extends React.Component { constructor(props) { super(props); } componentDidMount() { } render() { return ( ); } }