Hi Deepak,
Where are you specifying the libraries?
It could go as the metadata in your component.js file.
metadata : {
includes: [
"css/file1.css",
"css/file2.css",
],
libs: [ "sap.ui.commons", "sap.suite.ui.commons", "sap.ui.unified", "sap.ui.layout", "sap.ui.ux3"],
config: {
fullWidth : true
}
}
Regards,
Naren L Naik