import {InitializePhotoViewApp} from "./src/photoview/"
import './style.css'
function initializeApp(){
InitializePhotoViewApp()
}
initializeApp()