refactor: update imports

This commit is contained in:
Mikhail Saveliev 2023-12-20 04:51:29 +03:00
parent ff8e419ed1
commit 79e917b597

View file

@ -1,13 +1,13 @@
import CoinIcon from "../../../utils/CoinIcon"; import CoinIcon from "../../../utils/icons/CoinIcon";
import GameIcon from "../../../utils/GameIcon"; import GameIcon from "../../../utils/icons/GameIcon";
import ProfileIcon from "../../../utils/ProfileIcon"; import ProfileIcon from "../../../utils/icons/ProfileIcon";
import SearchIcon from "../../../utils/SearchIcon"; import SearchIcon from "../../../utils/icons/SearchIcon";
import SportIcon from "../../../utils/SportIcon"; import SportIcon from "../../../utils/icons/SportIcon";
import WalletIcon from "../../../utils/WalletIcon"; import WalletIcon from "../../../utils/icons/WalletIcon";
export const AppNav = () => { export const AppNav = () => {
return ( return (
<div style={{ height: 'max-content' }} className="bg-[#30333C] h-max-content text-white py-2"> <div style={{ height: 'max-content' }} className="bg-[#30333C] text-white py-2 z-50">
<div className="container mx-auto"> <div className="container mx-auto">
<div className="flex flex-row justify-between"> <div className="flex flex-row justify-between">
<div className="flex flex-row items-center"> <div className="flex flex-row items-center">