refactor: update imports
This commit is contained in:
parent
ff8e419ed1
commit
79e917b597
1 changed files with 7 additions and 7 deletions
|
@ -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">
|
||||||
|
|
Loading…
Add table
Reference in a new issue