import React from 'react'; import ls from './Button.less' export default function Button({text}) { return {text} }