docs(website): add main link to introduction

This commit is contained in:
Miralem Drek
2020-05-13 18:50:21 +02:00
parent 0cc5572b12
commit d56172cb0a
2 changed files with 9 additions and 4 deletions

View File

@@ -100,7 +100,7 @@ Add a dimension by clicking on **Add dimension** and selecting a value in the me
In order to render the data you first need to access it through the `useLayout` hook:
```js
import { useElement, useLayout } from `@nebula.js/stardust`;
import { useElement, useLayout } from '@nebula.js/stardust';
// ...
component() {