diff --git a/chapter02/src/module_counter_usage.js b/chapter02/src/module_counter_usage.js index 017825f..e7b0e95 100644 --- a/chapter02/src/module_counter_usage.js +++ b/chapter02/src/module_counter_usage.js @@ -1,6 +1,6 @@ /* @flow */ -import myCounter from "/home/fkereki/MODERNJS/chapter02/src/module_counter.SIMPLE.js"; +import myCounter from "./module_counter.1.js"; /* Initialize the counter appropriately