Skip to content

Commit

Permalink
refactor: removing unnecessary import in createReleasesStore
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanl17 committed Jan 30, 2025
1 parent 6a3cac9 commit 939fb75
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import {type DocumentPreviewStore} from '../../preview'
import {listenQuery} from '../../store/_legacy'
import {RELEASE_DOCUMENT_TYPE, RELEASE_DOCUMENTS_PATH} from './constants'
import {createReleaseMetadataAggregator} from './createReleaseMetadataAggregator'
import {createRequestAction} from './createReleaseOperationStore'
import {releasesReducer, type ReleasesReducerAction, type ReleasesReducerState} from './reducer'
import {type ReleaseDocument, type ReleaseStore} from './types'

Expand Down

0 comments on commit 939fb75

Please sign in to comment.