Files
api-HydrusNetwork/src/sampleData.ts
T
2026-03-26 03:26:37 -07:00

6 lines
119 B
TypeScript

import type { Track } from './types'
// No bundled sample tracks by default
export const SAMPLE_TRACKS: Track[] = []