Skip to content

Commit

Permalink
fix imports in sync backof
Browse files Browse the repository at this point in the history
  • Loading branch information
karolsojko committed Jan 31, 2024
1 parent d3d0733 commit 8ed21a1
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions packages/services/src/Domain/Sync/SyncBackoffService.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import { AnyItemInterface, ServerSyncPushContextualPayload } from '@standardnotes/models'
import {
AbstractService,
ApplicationEvent,
InternalEventBusInterface,
InternalEventHandlerInterface,
InternalEventInterface,
} from '@standardnotes/snjs'

import { SyncBackoffServiceInterface } from './SyncBackoffServiceInterface'
import { AbstractService } from '../Service/AbstractService'
import { InternalEventHandlerInterface } from '../Internal/InternalEventHandlerInterface'
import { InternalEventBusInterface } from '../Internal/InternalEventBusInterface'
import { InternalEventInterface } from '../Internal/InternalEventInterface'
import { ApplicationEvent } from '../Event/ApplicationEvent'

export class SyncBackoffService
extends AbstractService
Expand Down

0 comments on commit 8ed21a1

Please sign in to comment.