This commit is contained in:
2025-08-13 15:24:47 +08:00
parent b8a45bc451
commit 212e2db1fb

View File

@@ -53,7 +53,7 @@ function Page() {
{gambar && <Image w={400} src={gambar || null} alt="gambar" />}
</Card>
<Text>Test</Text>
<SimpleGrid cols={6} p={"lg"}>
{listFile.map((v) => (
<Image key={v} src={v} alt="gambar" />