mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
update
This commit is contained in:
3
next-env.d.ts
vendored
3
next-env.d.ts
vendored
@@ -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.
|
||||||
|
@@ -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 = () => {
|
||||||
|
Reference in New Issue
Block a user