Skip to content

Commit

Permalink
Errors removed for the deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Swastik Sharma <[email protected]>
  • Loading branch information
swastkk committed Aug 9, 2023
1 parent 09cf852 commit 343685e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
import React from "react";
import underConstructionImage from './static/images/underconstruction.png';

import { HashRouter } from "react-router-dom";

import Navbar from "./components/navbar";
import Headroom from "react-headroom";
import AnimatedCursor from "./components/animatedCursor";
import AnimatedRoutes from "./components/AnimatedRoutes";
// import { HashRouter } from "react-router-dom";
// import Navbar from "./components/navbar";
// import Headroom from "react-headroom";
// import AnimatedCursor from "./components/animatedCursor";
// import AnimatedRoutes from "./components/AnimatedRoutes";
// eslint-disable-next-line
import Preloader from "./components/Preloader";
// import Preloader from "./components/Preloader";
// eslint-disable-next-line

const App = () => {
Expand Down

0 comments on commit 343685e

Please sign in to comment.