/* @flow */ 'use strict'; import React from 'react'; export default (props: any): any => { return (
Settings
); }