-
-
Checkout Form
-
-
-
-
+ handleSubmit = (e) => {
+ e.preventDefault()
+
+
+ }
+}
+
+render() {
+
+ return (
+
+
+
+
Checkout Form
+
+
+
- )
- }
+
+ )
}
+
+
export default CheckoutForm
\ No newline at end of file
diff --git a/client/index.js b/client/index.js
deleted file mode 100644
index 762f752..0000000
--- a/client/index.js
+++ /dev/null
@@ -1,7 +0,0 @@
-import React from 'react';
-import ReactDOM from 'react-dom';
-import './styles.scss';
-import App from './App'
-
-
-ReactDOM.render(
, document.getElementById('root'));
diff --git a/client/index.jsx b/client/index.jsx
index 120caaa..ddeb93f 100644
--- a/client/index.jsx
+++ b/client/index.jsx
@@ -1,7 +1,7 @@
import React from "react";
import ReactDOM from "react-dom";
import "./index.css";
-import App from "./App/App.jsx";
+import App from './App/App.jsx'
import * as serviceWorker from "./serviceWorker";
ReactDOM.render(
, document.getElementById("root"));
diff --git a/client/styles/styles.css b/client/styles/styles.css
new file mode 100644
index 0000000..cd594ad
--- /dev/null
+++ b/client/styles/styles.css
@@ -0,0 +1,5 @@
+body {
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Roboto, Arial, sans-serif;
+ color: brown;
+}
+/*# sourceMappingURL=styles.css.map */
\ No newline at end of file
diff --git a/client/styles/styles.css.map b/client/styles/styles.css.map
new file mode 100644
index 0000000..db142a1
--- /dev/null
+++ b/client/styles/styles.css.map
@@ -0,0 +1,9 @@
+{
+ "version": 3,
+ "mappings": "AAAA,AAAA,IAAI,CAAC;EACH,WAAW,EAAE,mFACM;EACnB,KAAK,EAAE,KAAK;CACb",
+ "sources": [
+ "styles.scss"
+ ],
+ "names": [],
+ "file": "styles.css"
+}
\ No newline at end of file