|
|
@@ -2,8 +2,7 @@ import { PlannerActions } from './actions';
|
|
|
import { PlannerState, DBPlanner, WeekPlan, Weekday } from 'types/planner';
|
|
|
import { getWeekNumber, mkWeekDay } from 'services/time';
|
|
|
import { Reducer } from 'redux';
|
|
|
-import { merge, uniqBy } from 'ramda';
|
|
|
-import moment from 'moment';
|
|
|
+import { merge } from 'ramda';
|
|
|
|
|
|
const initialState: PlannerState = {
|
|
|
mode: 'view',
|