learn more page added

This commit was merged in pull request #798.
This commit is contained in:
victorAnumudu
2024-09-27 17:00:11 +01:00
parent 64f3625990
commit 956abc8411
6 changed files with 188 additions and 13 deletions
+10
View File
@@ -0,0 +1,10 @@
import React from "react";
import LearnMore from "../components/LearnMore/LearnMore";
export default function LearnMorePage() {
return (
<>
<LearnMore />
</>
);
}