This commit is contained in:
sonnguyenkieio
2021-09-07 15:40:34 +07:00
parent 314e6dd0b6
commit b72aba0eb3
2 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ import {
ButtonCommon,
Layout, ModalInfo
} from 'src/components/common'
export default function Test() {
const [visible, setVisible] = useState(false)
const onClose = () => {