Skip to content

Commit

Permalink
fix(docs): e4f74e1
Browse files Browse the repository at this point in the history
  • Loading branch information
Arturo committed Dec 12, 2022
1 parent 24f064d commit 2010ac7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import { defineCustomElements } from '@telekom/scale-components/loader';
defineCustomElements();
```

Alternatively, if you wish to only load the component you need, for example, the button component, you can lazy load the component in the following way:
Alternatively, if you wish to only load the component you need, for example, the button component, you can load the component in the following way:

```js
import '@telekom/scale-components/dist/scale-components/scale-components.css';
Expand Down

0 comments on commit 2010ac7

Please sign in to comment.