mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-29 02:30:03 +00:00
refactor: fix lint
This commit is contained in:
parent
d43dd25038
commit
bc4d944bb6
1 changed files with 0 additions and 1 deletions
|
|
@ -3,7 +3,6 @@ import { BehaviorSubject, merge, Observable } from 'rxjs';
|
|||
import { delay, distinctUntilChanged, filter, map, withLatestFrom } from 'rxjs/operators';
|
||||
import { WorkContextService } from '../work-context/work-context.service';
|
||||
import { TaskService } from '../tasks/task.service';
|
||||
import { LS } from '../../core/persistence/storage-keys.const';
|
||||
|
||||
@Injectable({ providedIn: 'root' })
|
||||
export class PlanningModeService {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue