From effe8be1dcbb69c6f46c9c6d25dd36791556b5e4 Mon Sep 17 00:00:00 2001 From: jonaslagoni Date: Wed, 28 Sep 2022 22:09:42 +0200 Subject: [PATCH] test: fix import paths for example --- examples/simple-react/src/{simpleSystem.tsx => SimpleSystem.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename examples/simple-react/src/{simpleSystem.tsx => SimpleSystem.tsx} (100%) diff --git a/examples/simple-react/src/simpleSystem.tsx b/examples/simple-react/src/SimpleSystem.tsx similarity index 100% rename from examples/simple-react/src/simpleSystem.tsx rename to examples/simple-react/src/SimpleSystem.tsx