kopia lustrzana https://github.com/shoelace-style/shoelace
Docs: Fix typo in React setup code sample (#580)
rodzic
fe041c5e10
commit
f20296cf7c
|
@ -15,7 +15,7 @@ Next, [include a theme](/getting-started/themes) and set the [base path](/gettin
|
|||
```jsx
|
||||
// App.jsx
|
||||
import '@shoelace-style/shoelace/dist/themes/light.css';
|
||||
import { setBasePath } from '@shoelace-style/shoelace/dist/utiltiies/base-path';
|
||||
import { setBasePath } from '@shoelace-style/shoelace/dist/utilities/base-path';
|
||||
|
||||
setBasePath('https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@%VERSION%/dist/');
|
||||
```
|
||||
|
|
Ładowanie…
Reference in New Issue