mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
test: components in test.tsx
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
import {
|
import {
|
||||||
CollapseCommon, EmptyCommon, Layout, RelevantBlogPosts
|
CollapseCommon, EmptyCommon, ImgWithLink, Layout, RelevantBlogPosts, StaticImage
|
||||||
} from 'src/components/common'
|
} from 'src/components/common'
|
||||||
|
import TestImg from '../public/assets/bannerrecipes.png'
|
||||||
|
|
||||||
const COLLAPSE_DATA = [
|
const COLLAPSE_DATA = [
|
||||||
{
|
{
|
||||||
@@ -65,6 +66,11 @@ export default function Test() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<ImgWithLink src="https://user-images.githubusercontent.com/76729908/131634880-8ae1437b-d3f8-421e-a546-d5a4f9a28e5f.png" alt="test" />
|
||||||
|
<StaticImage src={TestImg} />
|
||||||
|
|
||||||
|
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user