UNPKG

ada

Version:

a simple frentend build tool

8 lines (6 loc) 114 B
import React from 'react' export default function About () { return <div> <h3>关于组件</h3> </div> }