diff --git a/modern/src/App.js b/modern/src/App.js index 59334e41..0eb0af70 100644 --- a/modern/src/App.js +++ b/modern/src/App.js @@ -1,5 +1,6 @@ import React, { useEffect, useReducer } from "react"; import "./App.css"; +import * as Utils from "./utils"; import * as Actions from "./Actions"; import * as Selectors from "./Selectors"; // import simpleSkin from "../skins/simple.wal";