Remove setBackground file

This commit is contained in:
danbulant 2020-02-07 22:39:59 +01:00
parent 98c95c0299
commit 184559263e

View file

@ -1,7 +0,0 @@
function setBackground(){
let bg = "https://picsum.photos/1366/768.webp";
document.body.style.background = "url('" + bg + "')";
}
export default setBackground;