This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; |