Hello
This commit is contained in:
6
export/items.js
Normal file
6
export/items.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const car = {
|
||||
brand: "Hyundai",
|
||||
model: "Sonata",
|
||||
};
|
||||
|
||||
module.exports = car;
|
||||
Reference in New Issue
Block a user