Skip to content

Commit f564177

Browse files
committed
FIX wrong import
1 parent 6f54634 commit f564177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/songs/SongsView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as React from 'react';
2-
import {Song as SongModel} from '../../models/Song';
2+
import {SongModel} from '../../models/SongModel';
33
import {SongsResponse} from '../../models/responses/SongsResponse';
44
import MusicService from '../../services/MusicService';
55
import Song from '../../components/song/Song';

0 commit comments

Comments
 (0)