File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /* eslint linebreak-style: ["error", "windows"]*/
21// import React
32import { BrowserRouter as Router , Routes , Route } from 'react-router-dom' ;
43
Original file line number Diff line number Diff line change 1- /* eslint linebreak-style: ["error", "windows"]*/
2-
31import '../assets/scss/footer.scss' ;
42
53/**
Original file line number Diff line number Diff line change 1- /* eslint linebreak-style: ["error", "windows"]*/
2-
31// import react
42import { Link } from 'react-router-dom' ;
53import { useLocation } from 'react-router-dom' ;
Original file line number Diff line number Diff line change 1- /* eslint linebreak-style: ["error", "windows"]*/
2- // https://medium.com/tinyso/how-to-create-a-dropdown-select-component-in-react-bf85df53e206
31// import react stuff
42import { useEffect , useRef , useState } from 'react' ;
53import PropTypes from 'prop-types' ;
Original file line number Diff line number Diff line change 1- /* eslint linebreak-style: ["error", "windows"]*/
2-
31// import Components
42import Dropdown from '../components/dropdown' ;
53
You can’t perform that action at this time.
0 commit comments