mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
update
This commit is contained in:
parent
b786f1313a
commit
fa0fa859cb
@ -2,12 +2,18 @@ import { useState } from 'react'
|
|||||||
import { ButtonCommon, Layout } from 'src/components/common'
|
import { ButtonCommon, Layout } from 'src/components/common'
|
||||||
|
|
||||||
import CheckoutSuccess from 'src/components/modules/checkout/CheckoutSuccess/CheckoutSuccess'
|
import CheckoutSuccess from 'src/components/modules/checkout/CheckoutSuccess/CheckoutSuccess'
|
||||||
|
import LoadingCommon from 'src/components/common/LoadingCommon/LoadingCommon'
|
||||||
|
import SkeletonParagraph from 'src/components/common/SkeletonCommon/SkeletonParagraph/SkeletonParagraph'
|
||||||
|
import SkeletonImage from 'src/components/common/SkeletonCommon/SkeletonImage/SkeletonImage'
|
||||||
|
|
||||||
export default function Test() {
|
export default function Test() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<CheckoutSuccess />
|
<CheckoutSuccess />
|
||||||
|
<LoadingCommon />
|
||||||
|
<SkeletonParagraph rows={3} />
|
||||||
|
|
||||||
|
<SkeletonImage align="center" size="large" />
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user