Test
This commit is contained in:
@@ -53,7 +53,7 @@ function Page() {
|
|||||||
{gambar && <Image w={400} src={gambar || null} alt="gambar" />}
|
{gambar && <Image w={400} src={gambar || null} alt="gambar" />}
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
|
<Text>Test</Text>
|
||||||
<SimpleGrid cols={6} p={"lg"}>
|
<SimpleGrid cols={6} p={"lg"}>
|
||||||
{listFile.map((v) => (
|
{listFile.map((v) => (
|
||||||
<Image key={v} src={v} alt="gambar" />
|
<Image key={v} src={v} alt="gambar" />
|
||||||
|
|||||||
Reference in New Issue
Block a user