diff --git a/src/reactComponents/DatePick.tsx b/src/reactComponents/DatePick.tsx index 6c84dd7f4feade5e3c3f17403453e1a3e84a72bc..d0b8656f6285e1ef88f14f8ba2ea0003f4044770 100644 --- a/src/reactComponents/DatePick.tsx +++ b/src/reactComponents/DatePick.tsx @@ -3,6 +3,8 @@ */ + + import {React} from './reactAndRedux'; import $ = require("jquery"); window['$'] = window['jQuery'] = $; // notice the definition of global variables here