Skip to content

Commit

Permalink
v1 deploy log changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhjain1712 committed Sep 1, 2024
1 parent c7f498e commit 6411e52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ import Header from './components/header/Header';
import Home from './components/home/Home';
import About from './components/about/About';
import Skills from './components/skills/Skills';
import Services from './components/services/Services';
import Qualification from './components/qualification/Qualification';
import Testimonials from './components/testimonials/Testimonials';
import Contact from './components/contact/Contact';
import Footer from './components/footer/Footer';
import ScrollUp from './components/scrollup/ScrollUp';
Expand All @@ -19,10 +17,8 @@ const App = () => {
<Home />
<About />
<Skills />
{/* <Services /> */}
<Qualification />
<Portfolio />
{/* <Testimonials /> */}
<Contact />
</main>
<Footer />
Expand Down
3 changes: 1 addition & 2 deletions src/components/projects/Projects.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, { useEffect, useState } from 'react';
import React from 'react';
import { projectsData } from "./Data";
import { projectsNav } from './Data';
import ProjectItems from "./ProjectItems";

const Projects = () => {
Expand Down

0 comments on commit 6411e52

Please sign in to comment.