new features
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { UnderMaintenancePage } from "@pages/UnderMaintenancePage"
|
||||
|
||||
export default function UnderMaintenance() {
|
||||
return (
|
||||
<main>
|
||||
<UnderMaintenancePage />
|
||||
</main>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user