Skip to content

Commit

Permalink
error fixes for temporary changes committed
Browse files Browse the repository at this point in the history
  • Loading branch information
KartikWatts committed Feb 23, 2022
1 parent 1894a8c commit f315cb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import "./App.scss";
import Loader from "./components/loader/Loader";
// import Loader from "./components/loader/Loader";
import { useEffect, useState } from "react";
import Background from "./components/background/Background";
import Kartik from "./components/background/Kartik";
import Navbar from "./components/navbar/Navbar";
// import Background from "./components/background/Background";
// import Kartik from "./components/background/Kartik";
// import Navbar from "./components/navbar/Navbar";

function App() {
const [isLoading, setLoading] = useState(true);
Expand Down

0 comments on commit f315cb8

Please sign in to comment.