import React from "react"; import { Col, Row, Typography, Card, Statistic } from "antd"; import { FileExclamationOutlined, FileUnknownOutlined, FormOutlined, ScheduleOutlined } from "@ant-design/icons"; import { PiFoldersBold } from "react-icons/pi" import { DefaultLayout } from "../../components/layouts"; const Inicio = () => { const { Title } = Typography; return ( Inicio {}} > } /> } /> {}} > } /> } /> } /> } /> ); }; export default Inicio;