We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f54634 commit f564177Copy full SHA for f564177
app/views/songs/SongsView.tsx
@@ -1,5 +1,5 @@
1
import * as React from 'react';
2
-import {Song as SongModel} from '../../models/Song';
+import {SongModel} from '../../models/SongModel';
3
import {SongsResponse} from '../../models/responses/SongsResponse';
4
import MusicService from '../../services/MusicService';
5
import Song from '../../components/song/Song';
0 commit comments