Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mastef committed Oct 1, 2024
1 parent c0b24cc commit 3eb3965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/types/ICommand.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {ISavedSession} from "@views/Session";
import {ISavedSession} from "@types";
import * as browser from "webextension-polyfill";

export interface ICommand
Expand Down
2 changes: 1 addition & 1 deletion src/types/ITabManagerState.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as browser from "webextension-polyfill";
import {ISavedSession} from "@views/Session";
import {ISavedSession} from "@types";

export interface ITabManagerState {
tabCount: number,
Expand Down

0 comments on commit 3eb3965

Please sign in to comment.