Update layout-of-source-files.rst

better reading
This commit is contained in:
Mircea Moca
2016-08-05 11:45:52 +03:00
committed by GitHub
parent 3c93a22d47
commit 396c02e507
+1 -1
View File
@@ -44,7 +44,7 @@ Another syntax is not part of ES6, but probably convenient:
import "filename" as symbolName;
...is equivalent to ``import * as symbolName from "filename";``.
which is equivalent to ``import * as symbolName from "filename";``.
Paths
-----