Move boat data to store
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
export interface Boat {
|
||||
id: number;
|
||||
name: string;
|
||||
class: string;
|
||||
year: number;
|
||||
imgsrc: string;
|
||||
}
|
||||
|
||||
export interface test {
|
||||
totalCount: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user