import React from "react" import { Layout, Typography, Row, Col } from 'antd'; const { Title } = Typography; const { Header, Footer, Content } = Layout; function Home() { return ( <>
Credify Web SDK
) } export default Home