Move boat data to store

This commit is contained in:
2023-11-21 08:09:49 -05:00
parent 2416a2dcfa
commit 7c0507daee
8 changed files with 81 additions and 32 deletions

View File

@@ -1,11 +1,3 @@
export interface Boat {
id: number;
name: string;
class: string;
year: number;
imgsrc: string;
}
export interface test {
totalCount: number;
}