clearing files, will readd them later

This commit is contained in:
Nye Evans 2021-01-01 18:05:20 +00:00
parent cc3f55d055
commit 6aa08fabbd
21 changed files with 0 additions and 714 deletions

View file

@ -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()
]