mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 19:44:21 +00:00
🐛 Fix spoiler readme
This commit is contained in:
parent
f048e125b9
commit
15113bc4b6
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ Hides its contents until the mouse is over the element.
|
||||||
|
|
||||||
```jsx
|
```jsx
|
||||||
import Bluelib from "../Bluelib";
|
import Bluelib from "../Bluelib";
|
||||||
import Box from "./index";
|
import Box from "../Box";
|
||||||
import Split from "./index";
|
import Split from "../Split";
|
||||||
|
|
||||||
<Bluelib>
|
<Bluelib>
|
||||||
<Split>
|
<Split>
|
||||||
|
|
Loading…
Reference in a new issue