weewoo
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import React, { useEffect, useState, useCallback } from "react";
|
||||
import { getCustomers, CustomerStats } from "@/services/customerService";
|
||||
import { getCustomers, type CustomerStats } from "@/lib/api";
|
||||
import { formatCurrency } from "@/utils/format";
|
||||
import { useRouter } from "next/navigation";
|
||||
import { toast } from "sonner";
|
||||
|
||||
@@ -7,7 +7,7 @@ import { Button } from "@/components/ui/button";
|
||||
import { Input } from "@/components/ui/input";
|
||||
import { Textarea } from "@/components/ui/textarea";
|
||||
import { Save, Send, Key, MessageSquare, Shield, Globe, Wallet } from "lucide-react";
|
||||
import { apiRequest } from "@/lib/storeHelper";
|
||||
import { apiRequest } from "@/lib/api";
|
||||
import { toast, Toaster } from "sonner";
|
||||
import BroadcastDialog from "@/components/modals/broadcast-dialog";
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user