import `moment/locale/fr`;
I've just noticed that we can't use string interpolation backtick with import statement? In general Js file backtick to be used to support variable but even if we don't provide a variable, it will be working fine. But apparently not in this case with import statement? Is that done on purpose or something that the JS community missed out?