Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemySinitsa committed Dec 24, 2019
1 parent 1de3da2 commit 681d5c5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/background.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import '../img/bowery_icon.png';
import '../img/bowery_icon_disabled.png';
import 'chrome-extension-async';
import AuthService from '../lib/AuthService'
import TrackingService from '../lib/TrackingService'
import AuthService from '../services/AuthService'
import TrackingService from '../services/TrackingService'
import { EVENTS } from '../lib/constants'

async function activationHandler({ tabId }) {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 681d5c5

Please sign in to comment.