import "./whats-new.scss" import React from "react"; interface Props { } export class WhatsNew extends React.Component { render() { return (
WhatsNew
); } }