import { NextPage } from "next"; import React from "react"; const ComingSoon: NextPage = () => { return

Coming Soon

; }; export default ComingSoon;