diff --git a/src/components/Split/Readme.md b/src/components/Split/Readme.md index 459114e..5baa082 100644 --- a/src/components/Split/Readme.md +++ b/src/components/Split/Readme.md @@ -2,7 +2,7 @@ A **panel** which splits horizontally the contained panels into multiple columns ```jsx import Bluelib from "../Bluelib"; -import Box from "./index"; +import Box from "../Box";