Layout.js:227 Uncaught TypeError: frappe.ui.form.make_control is not a function

I have added this in header,

<!-- js should be loaded in body! -->
	<script type="text/javascript" src="/assets/frappe/js/lib/jquery/jquery.min.js"></script>
	<script type="text/javascript" src="/assets/js/frappe-web.min.js"></script>
	<script type="text/javascript" src="/assets/js/control.min.js"></script>
	<script type="text/javascript" src="/assets/js/dialog.min.js"></script>
	<script type="text/javascript" src="/assets/js/bootstrap-4-web.min.js"></script>

But, I’m getting 404 not font for all except jquery.
Is there a way i could download this packages and insert it in assets.

Hey @Pramod_Ambekar

you can check in assets.json have some js and css file path so add dialog.bundle.js in web_include_js from hooks.py and migrate your site