remove unused preload assets

pull/350/head
Tim Pechersky 2021-10-31 14:26:33 +01:00
rodzic 19ed617633
commit 50908e9e7d
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -46,9 +46,6 @@ const assets = {
pendingTransactions: `${AWS_ASSETS_PATH}/Ethereum+pending+transactions.png`,
priceInformation: `${AWS_ASSETS_PATH}/Price+information.png`,
socialMediaPosts: `${AWS_ASSETS_PATH}/Social+media+posts.png`,
cryptoTraders: `${AWS_ASSETS_PATH}/crypto+traders.png`,
comicWhite: `${AWS_ASSETS_PATH}/moonstream-comic-white.png`,
smartDevelopers: `${AWS_ASSETS_PATH}/smart+contract+developers.png`,
};
const Homepage = () => {
const [background, setBackground] = useState("background720");