From b14a313b755ed0c1c2e6b858057bfb4a13b1c45e Mon Sep 17 00:00:00 2001 From: Juanant98 Date: Tue, 2 Mar 2021 18:54:52 +0100 Subject: [PATCH] =?UTF-8?q?Componetizado=20el=20m=C3=B3dulo=20de=20noticia?= =?UTF-8?q?s.=20Arreglados=20la=20mayor=C3=ADa=20de=20warnings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Components/bottomwrap.tsx | 3 +- src/Components/copyrightwrap.tsx | 8 ++--- src/Components/introwrap.tsx | 2 +- src/Components/mainButton.tsx | 35 ++++++++++++++++++ src/Components/newsshow.tsx | 62 +++++++++++++++++++------------- src/Components/showcasewrap.tsx | 6 ++-- src/Components/slideshow.tsx | 24 ++++--------- 7 files changed, 89 insertions(+), 51 deletions(-) create mode 100644 src/Components/mainButton.tsx diff --git a/src/Components/bottomwrap.tsx b/src/Components/bottomwrap.tsx index 430a9b2..1fcea68 100644 --- a/src/Components/bottomwrap.tsx +++ b/src/Components/bottomwrap.tsx @@ -3,7 +3,6 @@ import footer1 from '../Inicio_files/cita-secretaria.png' import footer2 from '../Inicio_files/TFG.png' import footer3 from '../Inicio_files/etsiiorienta.png' import footer4 from '../Inicio_files/expon-us250A.png' -import { collapseTextChangeRangesAcrossMultipleVersions } from 'typescript' class Bottomwrap extends React.Component { public render () { @@ -63,7 +62,7 @@ class BottomwrapElement extends React.Component diff --git a/src/Components/copyrightwrap.tsx b/src/Components/copyrightwrap.tsx index fac9ced..5f42e7a 100644 --- a/src/Components/copyrightwrap.tsx +++ b/src/Components/copyrightwrap.tsx @@ -9,7 +9,7 @@ class Copyrightwrap extends React.Component {