fix: fixes for deployment issues

This commit is contained in:
MTG2000
2022-03-15 17:08:14 +02:00
parent 031a7f3782
commit a2ec5502b3
3 changed files with 4 additions and 2 deletions

View File

@@ -3,4 +3,6 @@ import Images_ExploreHeader2 from './images/shock-the-web.png'
import Logo from './images/logo.png'
const ASSETS = { Images_ExploreHeader1, Images_ExploreHeader2, Logo }
console.log(ASSETS);
export default ASSETS;