Skip to content

Commit 370aa3a

Browse files
Update import statement in App.js
1 parent 5147e2b commit 370aa3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React from "react";
22
import { Navigate, Route, Routes } from "react-router-dom";
3-
import "./App.css";
43
import { EventRegistrationForm, Insights, Navbar } from "./components";
54
import {
65
ContactPage,
@@ -10,6 +9,7 @@ import {
109
HeroSection,
1110
TeamCard,
1211
} from "./containers";
12+
import "./App.css";
1313

1414
const Home = () => {
1515
return (

0 commit comments

Comments
 (0)