Skip to content

Commit 6dc0217

Browse files
build success
1 parent 2d72c71 commit 6dc0217

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ yarn-error.log*
3030

3131
# vercel
3232
.vercel
33+
34+
# Local Netlify folder
35+
.netlify

pages/payment.js

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import React from "react";
2+
3+
const payment = () => {
4+
return <div>payment</div>;
5+
};
6+
7+
export default payment;

0 commit comments

Comments
 (0)