renamed files, fixing small bugs
This commit is contained in:
parent
cd2d674687
commit
2406084276
3 changed files with 2 additions and 2 deletions
11
pages/gallery-index.js
Normal file
11
pages/gallery-index.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