mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 19:44:21 +00:00
🐛 Fix split readme
This commit is contained in:
parent
b6e4f2c8b3
commit
f048e125b9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ A **panel** which splits horizontally the contained panels into multiple columns
|
||||||
|
|
||||||
```jsx
|
```jsx
|
||||||
import Bluelib from "../Bluelib";
|
import Bluelib from "../Bluelib";
|
||||||
import Box from "./index";
|
import Box from "../Box";
|
||||||
|
|
||||||
<Bluelib>
|
<Bluelib>
|
||||||
<Box>
|
<Box>
|
||||||
|
|
Loading…
Reference in a new issue