Import declarations

Hi to all,

May be my question is not of high level, but i’m new to Ionic. I would like to know if when declaring Import on top of “app.module.ts or other like pages.ts” the order of the kind of declaration is Important?
like import storage before or after Homepage or NgModule first or not?

Thanks in advance for your time to answer. I didn’t find any infos about it (may be for good reason…)

I’ve seen some people saying that it does matter, but in my personal case I haven’t had any problems regarding the order of imports.