import React from 'react' import { Props } from './props.type.js' const Moon: React.FC = ({ width = 260, height = 260 }) => ( ) export default Moon