mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-18 21:44:06 +01:00
chore: eslint ignore followShareButton
This commit is contained in:
parent
6afa6443c6
commit
3c528771ab
1
.eslintignore
Normal file
1
.eslintignore
Normal file
@ -0,0 +1 @@
|
||||
./src/app/(investment)/deals/[id]/followShareButton.tsx
|
||||
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user