This commit is contained in:
Joseph Garrone 2020-05-17 23:51:28 +02:00
parent b497e3697a
commit dfb3fc9454

View file

@ -31,8 +31,8 @@ import { myFunction, myObject } from '#{REPO_NAME}#';
Specific import Specific import
```typescript ```typescript
import { myFunction } from '#{REPO_NAME}#/myFunction' import { myFunction } from '#{REPO_NAME}#/myFunction';
import { myObject } from '#{REPO_NAME}#/myObject' import { myObject } from '#{REPO_NAME}#/myObject';
``` ```
## From HTML with CDN ## From HTML with CDN