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 = () => {