feat: navbar buttons depended on selected project
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import { FC } from "react";
|
||||
import { IMaskInput } from "react-imask";
|
||||
import {
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import { FC, useEffect, useMemo, useState } from "react";
|
||||
import { Text } from "@mantine/core";
|
||||
import useClientsList from "@/app/clients/hooks/useClientsList";
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import { FC, useEffect, useRef, useState } from "react";
|
||||
import { isNull } from "lodash";
|
||||
import type { Swiper as SwiperClass } from "swiper/types";
|
||||
|
||||
Reference in New Issue
Block a user