const getVrstaNekretnine = (req,res) => {
res.render('vrsta_nekretnine', { nextStep: '/' } );
}
module.exports = {
getVrstaNekretnine
};