fix(web): remove unused imports to pass lint
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import { useState } from "react";
|
import { useState } from "react";
|
||||||
import { CreditCard, Download, DollarSign, Package, Zap, Check, Plus, Trash2 } from "lucide-react";
|
import { CreditCard, Download, DollarSign, Package, Zap, Plus, Trash2 } from "lucide-react";
|
||||||
import { INVOICES, SAVED_PAYMENT_METHODS, PREPAID_PACKAGES } from "../mockData.js";
|
import { INVOICES, SAVED_PAYMENT_METHODS, PREPAID_PACKAGES } from "../mockData.js";
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import { useState } from "react";
|
import { useState } from "react";
|
||||||
import { PawPrint, Heart, Scissors, Syringe, AlertTriangle, CheckCircle, Clock, Upload, ChevronDown, ChevronRight, Edit3 } from "lucide-react";
|
import { PawPrint, Heart, Scissors, Syringe, AlertTriangle, CheckCircle, Clock, Upload, Edit3 } from "lucide-react";
|
||||||
import { PETS, PAST_APPOINTMENTS } from "../mockData.js";
|
import { PETS, PAST_APPOINTMENTS } from "../mockData.js";
|
||||||
import type { Pet, Vaccination } from "../mockData.js";
|
import type { Pet } from "../mockData.js";
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
readOnly: boolean;
|
readOnly: boolean;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { useState } from "react";
|
import { useState } from "react";
|
||||||
import { FileText, Share2, Calendar, Smile, Frown, Meh, AlertCircle, ChevronRight } from "lucide-react";
|
import { FileText, Share2, Calendar, Smile, Meh, AlertCircle, ChevronRight } from "lucide-react";
|
||||||
import { REPORT_CARDS } from "../mockData.js";
|
import { REPORT_CARDS } from "../mockData.js";
|
||||||
import type { ReportCard } from "../mockData.js";
|
import type { ReportCard } from "../mockData.js";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user