mirror of
https://github.com/zhigang1992/docz.git
synced 2026-05-21 10:24:33 +08:00
9 lines
108 B
JavaScript
9 lines
108 B
JavaScript
/**
|
|
* @playgrodd
|
|
* @name: Alert
|
|
*/
|
|
|
|
import React from 'react'
|
|
|
|
export const doc = () => <div>hello</div>
|