Created the history page with a timeline
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import About from "@/templates/About";
|
||||
import ComingSoon from "@/templates/ComingSoon";
|
||||
import History from "@/templates/History";
|
||||
|
||||
export default function Page() {
|
||||
return <ComingSoon page="/history" language="ar" />;
|
||||
return <History language="ar" />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user