Clean up
This commit is contained in:
parent
5bdf68eabd
commit
d5aa9c43bb
15 changed files with 166 additions and 285 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import './index.scss';
|
||||
import { photos } from './generated/photos';
|
||||
import { PhotoGallery, requiredElement } from './photos';
|
||||
|
||||
document.documentElement.classList.add('js');
|
||||
|
|
@ -12,7 +11,6 @@ const toggle = requiredElement<HTMLButtonElement>(
|
|||
);
|
||||
|
||||
new PhotoGallery({
|
||||
photos,
|
||||
gallery,
|
||||
frame,
|
||||
toggle,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue