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

3
next-env.d.ts vendored
View File

@ -1,3 +1,6 @@
/// <reference types="next" /> /// <reference types="next" />
/// <reference types="next/types/global" /> /// <reference types="next/types/global" />
/// <reference types="next/image-types/global" /> /// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.

View File

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