Skip to content

Commit

Permalink
move files around
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandotv committed Apr 16, 2022
1 parent 19dc354 commit 249a2a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
AppStorageService,
StorageCollection,
StorageType
} from './app-storage-service'
} from './storage/app-storage-service'

export class StationTransport implements Transport<RadioModel> {
constructor(
Expand Down
2 changes: 1 addition & 1 deletion src/lib/client/stores/radio-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
unwrapResult
} from '@fuerte/core'
import { RadioModel, radioModelFactory } from 'lib/client/radio-model'
import { StationTransport } from 'lib/client/services/storage/station-transport'
import { StationTransport } from 'lib/client/services/station-transport'
import { RootStore } from 'lib/client/stores/root-store'
import { RadioDTO } from 'lib/shared/utils'

Expand Down
2 changes: 1 addition & 1 deletion src/lib/client/stores/root-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { SongInfoService } from '../services/song-info-service'
import { AppStorageService } from '../services/storage/app-storage-service'
import { LocalStorageService } from '../services/storage/local-storage-service'
import { RemoteStorageService } from '../services/storage/remote-storage-service'
import { StationTransport } from '../services/storage/station-transport'
import { StationTransport } from '../services/station-transport'

configure({ enforceActions: 'always' })
enableStaticRendering(typeof window === 'undefined')
Expand Down

0 comments on commit 249a2a6

Please sign in to comment.