chore: eslint ignore followShareButton

This commit is contained in:
sirin 2024-10-28 20:58:27 +07:00
parent 6afa6443c6
commit 3c528771ab
2 changed files with 3 additions and 0 deletions

1
.eslintignore Normal file
View File

@ -0,0 +1 @@
./src/app/(investment)/deals/[id]/followShareButton.tsx

View File

@ -1,5 +1,7 @@
"use client";
/* eslint-disable */
import { useState, useEffect } from "react";
import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from "@/components/ui/tooltip";
import { ShareIcon, StarIcon } from "lucide-react";