Front: Pretty and Lint (#225)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Model from "./Model";
|
||||
import SongDetails from "./SongDetails";
|
||||
import Artist from "./Artist";
|
||||
import Model from './Model';
|
||||
import SongDetails from './SongDetails';
|
||||
import Artist from './Artist';
|
||||
|
||||
interface Song extends Model {
|
||||
id: number;
|
||||
@@ -16,4 +16,4 @@ export interface SongWithArtist extends Song {
|
||||
artist: Artist;
|
||||
}
|
||||
|
||||
export default Song;
|
||||
export default Song;
|
||||
|
||||
Reference in New Issue
Block a user