clearing files, will readd them later
This commit is contained in:
parent
cc3f55d055
commit
6aa08fabbd
21 changed files with 0 additions and 714 deletions
|
@ -1,11 +0,0 @@
|
|||
export class slide{
|
||||
constructor(title, caption, image){
|
||||
this.title = title;
|
||||
this.caption = caption;
|
||||
this.image = image;
|
||||
}
|
||||
};
|
||||
export var slides = [slide(),
|
||||
slide(),
|
||||
slide()
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue