Skip to content

Instantly share code, notes, and snippets.

View rogeriorioli's full-sized avatar
west ham united

Carlos Rogerio Orioli rogeriorioli

west ham united
View GitHub Profile
import Link from 'next/link';
import React, { useEffect, useState } from 'react';
import Button from '../../../Components/Common/Button';
import Card from '../../../Components/Common/Card';
import Body2 from '../../../Components/Common/Tipography/Body2';
import Caption from '../../../Components/Common/Tipography/Caption';
import H4 from '../../../Components/Common/Tipography/H4';
import H5 from '../../../Components/Common/Tipography/H5';
import Container from './[id]Styles';