/* eslint-disable react/prop-types */ /* eslint-disable no-unused-vars */ import { Box, Button, Image, Text, Grid, GridItem } from "@chakra-ui/react"; import { Container } from "@chakra-ui/react"; import { List, ListItem, ListIcon, OrderedList, UnorderedList, } from "@chakra-ui/react"; import vector2 from "../../assets/images/vector2.png"; export const Component2 = ({ id, title, content }) => { return ( <> {content} {/* Smart contracts in Rust , GoLang and C/C++ WASM compiler for smooth code migration */} ); };