Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iyanfdezz committed Apr 27, 2024
1 parent adf1919 commit 48e6db1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
5 changes: 1 addition & 4 deletions webapp/src/pages/Ayuda/AyudaEstadisticas.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import React from 'react';
import { useTranslation } from 'react-i18next';
<<<<<<< HEAD
import { Heading, Table, Thead, Tbody, Tr, Th, Td } from '@chakra-ui/react';
=======
>>>>>>> a8ab90c201bf92f078a3df55ce8bb921238ae03d
import { Heading} from '@chakra-ui/react';
import Nav from '../../components/Nav/Nav';
import Footer from '../../components/Footer/Footer';

Expand Down
8 changes: 1 addition & 7 deletions webapp/src/pages/Ayuda/AyudaJuego.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
import React from 'react';
import { useTranslation } from 'react-i18next';
<<<<<<< HEAD
import { Heading, Table, Thead, Tbody, Tr, Th, Td } from '@chakra-ui/react';
import { Heading} from '@chakra-ui/react';
import Nav from '../../components/Nav/Nav';
import Footer from '../../components/Footer/Footer';
=======
import Nav from '../../components/Nav/Nav';
import Footer from '../../components/Footer/Footer';

>>>>>>> a8ab90c201bf92f078a3df55ce8bb921238ae03d
const AyudaModosJuego = () => {

const { t } = useTranslation();
Expand Down
11 changes: 3 additions & 8 deletions webapp/src/pages/Ayuda/AyudaSocial.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import React from 'react';
import { useTranslation } from 'react-i18next';
<<<<<<< HEAD
import { Heading, Table, Thead, Tbody, Tr, Th, Td } from '@chakra-ui/react';
=======
>>>>>>> a8ab90c201bf92f078a3df55ce8bb921238ae03d

import { Heading} from '@chakra-ui/react';

import Nav from '../../components/Nav/Nav';
import Footer from '../../components/Footer/Footer';

Expand All @@ -21,11 +20,7 @@ const AyudaSocial = () => {
<p>{t('pages.helpSocial.description2')}</p>
<Heading as="h2" size="md">{t('pages.helpSocial.groups')}</Heading>
<p>{t('pages.helpSocial.description3')}</p>
<<<<<<< HEAD
<Footer />
=======
<Footer/>
>>>>>>> a8ab90c201bf92f078a3df55ce8bb921238ae03d
</>
);
};
Expand Down

0 comments on commit 48e6db1

Please sign in to comment.