mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
docs(website): add main link to introduction
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user