fix: closing tag error

This commit is contained in:
Leon Xu
2022-05-05 18:53:00 -07:00
parent 1a4d89dc30
commit 40228ffdef
+1 -1
View File
@@ -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;