mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 11:34: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
|
||||
import Bluelib from "../Bluelib";
|
||||
import Box from "./index";
|
||||
import Split from "./index";
|
||||
import Box from "../Box";
|
||||
import Split from "../Split";
|
||||
|
||||
<Bluelib>
|
||||
<Split>
|
||||
|
|
Loading…
Reference in a new issue