File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import React , { useEffect , useState } from "react"
22
33// Components
4- < << << << HEAD
5- import Nav from "components/Nav/Nav" ;
6- import Home from "components/Home/Home" ;
7- import Menu from "components/Menu/Menu" ;
8- import Portfolio from "components/Portfolio" ;
9- import Contact from "components/Contact/Contact" ;
10- import Services from "components/Services/Services" ;
11- import Testimonials from "components/Testimonials/Testimonials" ;
12- import Footer from "components/Footer/Footer" ;
13- = === ===
144import Nav from "components/Nav/Nav"
155import Home from "components/Home/Home"
16- import Portfolio from "components/Portfolio/Portfolio"
6+ import Menu from "components/Menu/Menu"
7+ import Portfolio from "components/Portfolio"
178import Contact from "components/Contact/Contact"
189import Services from "components/Services/Services"
1910import Testimonials from "components/Testimonials/Testimonials"
20-
21- > >>> >>> development
11+ import Footer from "components/Footer/Footer"
2212// Sanity
2313import sanityClient from "client"
2414
2515// Animation
2616import Aos from "aos"
2717import "aos/dist/aos.css"
2818
29- < << << << HEAD
30- === === =
31- // Components
32- import { Menu } from "components/Menu/Menu"
33- > >>> >>> development
34-
3519function App ( ) {
3620 const [ menuOpen , setMenuOpen ] = useState ( false )
3721 const [ projects , setProjects ] = useState ( [ ] )
You can’t perform that action at this time.
0 commit comments