fix: closing tag error
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ import React from "react";
|
||||
import "./Home.css";
|
||||
|
||||
function Home() {
|
||||
return <section className="home">Home</sec>;
|
||||
return <section className="home">Home</section>;
|
||||
}
|
||||
|
||||
export default Home;
|
||||
|
||||
Reference in New Issue
Block a user