From b72aba0eb38b14e0f130bce518074fe25f6e461e Mon Sep 17 00:00:00 2001 From: sonnguyenkieio Date: Tue, 7 Sep 2021 15:40:34 +0700 Subject: [PATCH] update --- next-env.d.ts | 3 +++ pages/test.tsx | 1 + 2 files changed, 4 insertions(+) diff --git a/next-env.d.ts b/next-env.d.ts index c6643fda1..9bc3dd46b 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -1,3 +1,6 @@ /// /// /// + +// NOTE: This file should not be edited +// see https://nextjs.org/docs/basic-features/typescript for more information. diff --git a/pages/test.tsx b/pages/test.tsx index 970588581..0e95fddf6 100644 --- a/pages/test.tsx +++ b/pages/test.tsx @@ -3,6 +3,7 @@ import { ButtonCommon, Layout, ModalInfo } from 'src/components/common' + export default function Test() { const [visible, setVisible] = useState(false) const onClose = () => {