File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
import { useState } from 'react' ;
2
2
import Sidebar from '../Sidebar' ;
3
+ import React from "react" ;
3
4
4
5
const Dropdown = ( ) => {
5
6
const [ drop1 , setDrop1 ] = useState ( false ) ;
Original file line number Diff line number Diff line change
1
+ import React from "react" ;
1
2
const Footer = ( ) => {
2
3
return (
3
4
< div className = "ml-[17.5rem] pt-[5rem]" >
Original file line number Diff line number Diff line change 1
1
import { useContext } from 'react' ;
2
+ import React from "react" ;
2
3
import Search from '../../assets/images/Search.svg' ;
3
4
import SearchDark from '../../assets/images/SearchDark.svg' ;
4
5
import Weather from '../../assets/images/Weather.svg' ;
Original file line number Diff line number Diff line change
1
+ import React from "react" ;
1
2
import { useState } from 'react' ;
2
3
import { Link } from 'react-router-dom' ;
3
4
import ChevronLightUp from '../../assets/images/Chevron-light-up.svg' ;
You can’t perform that action at this time.
0 commit comments