Front: Pretty and Lint (#225)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import Model from "./Model";
|
||||
import Model from './Model';
|
||||
|
||||
interface Artist extends Model {
|
||||
name: string;
|
||||
picture?: string;
|
||||
}
|
||||
|
||||
export default Artist;
|
||||
export default Artist;
|
||||
|
||||
Reference in New Issue
Block a user