Skip to content

Commit 2800422

Browse files
bug fixes
1 parent 3c18516 commit 2800422

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controller/productCtrl.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
const Product = require("../models/productModel");
2+
const User = require("../models/userModel")
23
const asyncHandler = require("express-async-handler");
34
const slugify = require("slugify");
45

0 commit comments

Comments
 (0)