import React from "react"; import { renderContent } from "../../helper"; const App = text => (
); export default App;