Skip to content

Commit

Permalink
remove old imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Abby Wheelis committed Oct 30, 2023
1 parent fcbefb1 commit 3c23808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions www/js/splash/pushnotify.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@

import angular from 'angular';
import { updateUser } from '../commHelper';
import { readConsentState, isConsented, startPrefs } from './startprefs';
import { readIntroDone } from '../onboarding/onboardingHelper';
import { readConsentState, isConsented } from './startprefs';

angular.module('emission.splash.pushnotify', ['emission.plugin.logger',
'emission.services'])
Expand Down
3 changes: 1 addition & 2 deletions www/js/splash/storedevicesettings.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import angular from 'angular';
import { updateUser } from '../commHelper';
import { isConsented, readConsentState, startPrefs } from "./startprefs";
import { readIntroDone } from '../onboarding/onboardingHelper';
import { isConsented, readConsentState } from "./startprefs";

angular.module('emission.splash.storedevicesettings', ['emission.plugin.logger',
'emission.services'])
Expand Down

0 comments on commit 3c23808

Please sign in to comment.