index.tsx 115 B

1234567891011
  1. import React from 'react';
  2. function Sms() {
  3. return (
  4. <div>
  5. Sms
  6. </div>
  7. );
  8. }
  9. export default Sms;