Skip to content

Commit

Permalink
Update import statement in App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hrishikesh-mahajan committed Feb 19, 2024
1 parent 5147e2b commit 370aa3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from "react";
import { Navigate, Route, Routes } from "react-router-dom";
import "./App.css";
import { EventRegistrationForm, Insights, Navbar } from "./components";
import {
ContactPage,
Expand All @@ -10,6 +9,7 @@ import {
HeroSection,
TeamCard,
} from "./containers";
import "./App.css";

const Home = () => {
return (
Expand Down

0 comments on commit 370aa3a

Please sign in to comment.