Skip to content

Commit

Permalink
moved file
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Oct 10, 2024
1 parent 09ac55d commit 57755d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @typedef {import("../../../../types/new-tab.js").PrivacyStatsData} PrivacyStatsData
* @typedef {import("../../../../types/new-tab.js").StatsConfig} StatsConfig
*/
import { Service } from './service.js'
import { Service } from '../service.js'

/**
* ## Requests:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @typedef {import("../../../../types/new-tab.js").WidgetConfigs} WidgetConfigs
*/
import { Service } from '../privacy-stats/service.js'
import { Service } from '../service.js'

/**
* ## InitialSetup:
Expand Down

0 comments on commit 57755d8

Please sign in to comment.