Fixed an issue
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import Home from "@/templates/Home";
|
import Home from "@/templates/Home";
|
||||||
import {NextPageContext} from "next";
|
import {NextPageContext} from "next";
|
||||||
|
|
||||||
export default function Page({}: NextPageContext) {
|
export default function Page() {
|
||||||
return <Home language="ar" />;
|
return <Home language="ar" />;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user