rename files to snakecase
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import useNavigation from "@/hook/use-navigation";
|
||||
import useNavigation from "@/hook/use_navigation";
|
||||
import { Icon } from "@iconify/react";
|
||||
|
||||
const BottomNav = () => {
|
||||
@@ -3,7 +3,7 @@
|
||||
import { Icon } from "@iconify/react";
|
||||
import Image from "next/image";
|
||||
import Link from "next/link";
|
||||
import useNavigation from "@/hook/use-navigation";
|
||||
import useNavigation from "@/hook/use_navigation";
|
||||
|
||||
const SideNav = () => {
|
||||
const { isMissionsActive, isAgentsActive } = useNavigation();
|
||||
Reference in New Issue
Block a user