6 lines
119 B
TypeScript
6 lines
119 B
TypeScript
import type { Track } from './types'
|
|
|
|
// No bundled sample tracks by default
|
|
export const SAMPLE_TRACKS: Track[] = []
|
|
|