From af160c253ba9580e0a39d1695180e2559a1af2e6 Mon Sep 17 00:00:00 2001 From: nacho Date: Fri, 6 May 2022 14:04:51 -0300 Subject: [PATCH] elimino imp --- pages/index.jsx | 43 ++++++++++++++++++++----------------------- 1 file changed, 20 insertions(+), 23 deletions(-) diff --git a/pages/index.jsx b/pages/index.jsx index 40e988a..1469c2e 100644 --- a/pages/index.jsx +++ b/pages/index.jsx @@ -1,6 +1,6 @@ import dynamic from "next/dynamic"; import Head from "next/head"; -import { Suspense, useState } from "react"; +import { useState } from "react"; import { useForm } from "react-hook-form"; import { statusFetch } from "../helper/constants"; import { useCounter } from "../helper/useCounter"; @@ -35,28 +35,25 @@ export default function Home() { MejorConsalud - - - - - - - - - + + + + + + ); }