import React from "react";
import CommentScroller from "../components/CommentScroller";

const IndexPage = () => <CommentScroller />;

export default IndexPage;
