diff --git a/client/src/ui/system/utils/background.js b/client/src/ui/system/utils/background.js deleted file mode 100644 index cd6e3cf..0000000 --- a/client/src/ui/system/utils/background.js +++ /dev/null @@ -1,7 +0,0 @@ - -function setBackground(){ - let bg = "https://picsum.photos/1366/768.webp"; - document.body.style.background = "url('" + bg + "')"; -} - -export default setBackground; \ No newline at end of file