import React, { Component } from "react"; class SpecialAddContent extends Component { render() { return (
); } } export default SpecialAddContent;