samedi 16 février 2019

Different ways of writing module imports

What is the difference exactly between the following 2 ways of writing import statements ?

import Ember from 'ember';

import Route from '@ember/routing/route';

Is it like the 2nd way is more efficient or is there something more to it ?




Aucun commentaire:

Enregistrer un commentaire