aboutsummaryrefslogtreecommitdiff
path: root/src/locales/fa/music/index.ts
blob: a2e4a3b6c54191a7c239fe206ae5753704fd63a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * This file is automatically generated.
 * Run 'pnpm run generate:locales' to update.
 */
import type { MusicDefinition } from '../../..';
import genre from './genre';

const music: MusicDefinition = {
  genre,
};

export default music;