Skip to content

Commit

Permalink
fix(auto-navigation): fix left over references from recfactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
YePpHa committed Nov 29, 2017
1 parent c9d8e4f commit f381a83
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/modules/auto-navigation/api.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { AutoPlayMode } from "./index";
import { AutoNavigationState } from "../../app/youtube/PlayerApi";
import { ModuleApi } from "../ModuleApi";

Expand Down
1 change: 0 additions & 1 deletion src/modules/auto-navigation/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { ISettingsReact } from "../../settings/ISettings";
import { h } from 'preact';
import { Checkbox } from '../../ui/checkbox';
import { Select } from '../../ui/select';
import { AutoPlayMode } from "./index";
import { Api } from "./api";
import { AutoNavigationState } from "../../app/youtube/PlayerApi";

Expand Down

0 comments on commit f381a83

Please sign in to comment.