From 4d3f8c9106c88596c0548538818e507e0a17768b Mon Sep 17 00:00:00 2001 From: Gaston Morixe Date: Thu, 24 Oct 2024 10:55:31 -0400 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b65c703..90d9c0d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,6 @@ import { BoxEntity, AnchorEntity } from "./entities"; // Specialized Systems and Entities import { MouseForceSystem, DOMUpdateSystem } from "./dom"; import { SpringEntity, SpringPhysicsSystem } from "./spring"; -import { ChartSystem } from "./chart"; // // -- Entities --