file: create Payment component along with its stylesheet
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import React from "react";
|
||||
import "./Payment.css";
|
||||
|
||||
function Payment() {
|
||||
return <section className="payment">Payment</section>;
|
||||
}
|
||||
|
||||
export default Payment;
|
||||
Reference in New Issue
Block a user