Skip to content

Commit

Permalink
deploying ok
Browse files Browse the repository at this point in the history
  • Loading branch information
jgentes committed Jan 28, 2024
1 parent 37edc03 commit d79fc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/mixes/StemAccessButton.client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useCountUp } from 'use-count-up'
import { StemState, audioState } from '~/api/db/appState.client'
import { Track } from '~/api/db/dbHandlers'
import { getStemsDirHandle, validateTrackStemAccess } from '~/api/fileHandlers'
import { stemAudio } from '~/api/stemHandler.client'
import { stemAudio } from '~/api/stemHandler'
import {
OfflineDownloadIcon,
RuleFolderIcon,
Expand Down

0 comments on commit d79fc51

Please sign in to comment.