Commit 66fedc0a by zhanghaozhe

study

parent fd5ee061
import React from 'react'
const Tag = (props) => {
return (
<span className={`state ${props.className}`}>
{props.children}
</span>
)
}
\ No newline at end of file
.state {
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment