Welcome.js 239 Bytes
Newer Older
ζ„šι“'s avatar
ζ„šι“ committed
1 2 3 4 5 6 7 8 9 10 11
import React from 'react';

export default () => (
  <p>
    ζƒ³θ¦ζ·»εŠ ζ›΄ε€šι‘΅ι’οΌŸθ―·ε‚θ€ƒ{' '}
    <a href="https://umijs.org/guide/block.html" target="_blank" rel="noopener noreferrer">
      umi εŒΊε—
    </a>
    。
  </p>
);