muisawe / simple-social-media

0 stars 0 forks source link

module imports #2

Closed mossa-Sammer closed 2 years ago

mossa-Sammer commented 2 years ago

https://github.com/muisawe/simple-social-media/blob/969b567840d11cc3040e997fbd53e19553b26cdf/controllers/comment.js#L1-L3 Please organize the imports as follows

1- Core modules (like base Node.js modules) 2- library modules (like express and multer) 3- local modules (files you make)

muisawe commented 2 years ago

done