Blacked and isorted the python files
Prettied and eslinted the typescript/html files
This commit is contained in:
6
bookie/src/app/guest-book/guest-book-list.ts
Normal file
6
bookie/src/app/guest-book/guest-book-list.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import { GuestBook } from './guest-book';
|
||||
|
||||
export class GuestBookList {
|
||||
date: string;
|
||||
list: GuestBook[];
|
||||
}
|
||||
Reference in New Issue
Block a user