From f048e125b9189a86787ea958dbb5ca4d32546cfd Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 29 Jan 2021 04:53:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20split=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Split/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";