readding files
github glitched out and thought some files existed when they didnt, solving it by deleting things :)
This commit is contained in:
parent
6aa08fabbd
commit
5ba02103e1
21 changed files with 714 additions and 0 deletions
11
pages/GalleryIndex.js
Normal file
11
pages/GalleryIndex.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
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