summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--life2/game/rule.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/life2/game/rule.js b/life2/game/rule.js
index 19e32f4..e4ed3ef 100644
--- a/life2/game/rule.js
+++ b/life2/game/rule.js
@@ -26,7 +26,7 @@
* @package life2
*/
-import {Cell} from './index';
+import {Cell} from './cell';
/**
* The mathematical function bodies that is applied to a cell.