From 7327a69b55a20b99b14ee0803d6cf5f8b88c45ef Mon Sep 17 00:00:00 2001 From: Factiven Date: Wed, 13 Sep 2023 00:45:53 +0700 Subject: Update v4 - Merge pre-push to main (#71) * Create build-test.yml * initial v4 commit * update: github workflow * update: push on branch * Update .github/ISSUE_TEMPLATE/bug_report.md * configuring next.config.js file --- pages/id/contact.js | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 pages/id/contact.js (limited to 'pages/id/contact.js') diff --git a/pages/id/contact.js b/pages/id/contact.js deleted file mode 100644 index 400a9e8..0000000 --- a/pages/id/contact.js +++ /dev/null @@ -1,19 +0,0 @@ -import Layout from "../../components/layout"; - -const Contact = () => { - return ( - -
-

Contact Us

-

If you have any questions or comments, please email us at:

-

- - contact@moopa.live - -

-
-
- ); -}; - -export default Contact; -- cgit v1.2.3