aboutsummaryrefslogtreecommitdiff
path: root/src/components/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/App.js')
-rw-r--r--src/components/App.js18
1 files changed, 7 insertions, 11 deletions
diff --git a/src/components/App.js b/src/components/App.js
index 3d184b2..c1bae4f 100644
--- a/src/components/App.js
+++ b/src/components/App.js
@@ -5,21 +5,17 @@ import BillingForm from "./Form/Form.js";
const sampleData = [
{
"Model": "Kisan Chair",
- "Description":"Very good chair",
- "Price":"10000",
- "Discount":"3%",},
- {
+ "Description": "Very good chair",
+ "Price": "10000",
+ "Discount": ""}
+ , {
"Model": "Supreme Chair",
- "Description":"Even better chair",
- "Price":"2134983",
- "Discount":"9%",
+ "Description": "Even better chair",
+ "Price": "2134983",
+ "Discount": ""
}
]
-console.log("sample data:", sampleData);
-
-
-
const App = () => {
return (
<>