test: components in test.tsx

This commit is contained in:
lytrankieio123
2021-09-10 09:52:02 +07:00
parent bd7cf33a51
commit c508ad0931

View File

@@ -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} />
</> </>
) )
} }