import React from 'react' import Tip from './tip' let lastTip: string export const ComTip = () => (
) export default { title: '反馈/Tip', }