diff --git a/inventory/src/components/dashboard/AcotTest.jsx b/inventory/src/components/dashboard/AcotTest.jsx
index 8fa503f..7bba9c4 100644
--- a/inventory/src/components/dashboard/AcotTest.jsx
+++ b/inventory/src/components/dashboard/AcotTest.jsx
@@ -1,8 +1,8 @@
import React, { useState, useEffect } from "react";
import axios from "axios";
-import { Card, CardContent, CardHeader, CardTitle } from "@/components/dashboard/ui/card";
-import { Button } from "@/components/dashboard/ui/button";
-import { Alert, AlertDescription, AlertTitle } from "@/components/dashboard/ui/alert";
+import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
+import { Button } from "@/components/ui/button";
+import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert";
import { Loader2, AlertCircle, CheckCircle, RefreshCw } from "lucide-react";
const AcotTest = () => {
diff --git a/inventory/src/components/dashboard/AircallDashboard.jsx b/inventory/src/components/dashboard/AircallDashboard.jsx
index 2790994..e8146ae 100644
--- a/inventory/src/components/dashboard/AircallDashboard.jsx
+++ b/inventory/src/components/dashboard/AircallDashboard.jsx
@@ -6,16 +6,16 @@ import {
CardHeader,
CardTitle,
CardDescription,
-} from "@/components/dashboard/ui/card";
+} from "@/components/ui/card";
import {
Select,
SelectContent,
SelectItem,
SelectTrigger,
SelectValue,
-} from "@/components/dashboard/ui/select";
-import { Alert, AlertDescription } from "@/components/dashboard/ui/alert";
-import { Skeleton } from "@/components/dashboard/ui/skeleton";
+} from "@/components/ui/select";
+import { Alert, AlertDescription } from "@/components/ui/alert";
+import { Skeleton } from "@/components/ui/skeleton";
import {
Table,
TableBody,
@@ -23,7 +23,7 @@ import {
TableHead,
TableHeader,
TableRow,
-} from "@/components/dashboard/ui/table";
+} from "@/components/ui/table";
import {
PhoneCall,
PhoneMissed,
@@ -37,15 +37,15 @@ import {
Download,
Search,
} from "lucide-react";
-import { Button } from "@/components/dashboard/ui/button";
-import { Input } from "@/components/dashboard/ui/input";
-import { Progress } from "@/components/dashboard/ui/progress";
+import { Button } from "@/components/ui/button";
+import { Input } from "@/components/ui/input";
+import { Progress } from "@/components/ui/progress";
import {
Tooltip,
TooltipContent,
TooltipProvider,
TooltipTrigger,
-} from "@/components/dashboard/ui/tooltip";
+} from "@/components/ui/tooltip";
import {
LineChart,
Line,
diff --git a/inventory/src/components/dashboard/AnalyticsDashboard.jsx b/inventory/src/components/dashboard/AnalyticsDashboard.jsx
index 9ee54bc..6c17b73 100644
--- a/inventory/src/components/dashboard/AnalyticsDashboard.jsx
+++ b/inventory/src/components/dashboard/AnalyticsDashboard.jsx
@@ -1,14 +1,14 @@
import React, { useState, useEffect } from "react";
-import { Card, CardContent, CardHeader, CardTitle } from "@/components/dashboard/ui/card";
+import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import {
Select,
SelectContent,
SelectItem,
SelectTrigger,
SelectValue,
-} from "@/components/dashboard/ui/select";
-import { Button } from "@/components/dashboard/ui/button";
-import { Separator } from "@/components/dashboard/ui/separator";
+} from "@/components/ui/select";
+import { Button } from "@/components/ui/button";
+import { Separator } from "@/components/ui/separator";
import {
LineChart,
Line,
@@ -21,10 +21,10 @@ import {
ReferenceLine,
} from "recharts";
import { Loader2, TrendingUp, AlertCircle } from "lucide-react";
-import { Alert, AlertDescription, AlertTitle } from "@/components/dashboard/ui/alert";
-import { Skeleton } from "@/components/dashboard/ui/skeleton";
-import { Dialog, DialogContent, DialogHeader, DialogTitle, DialogTrigger } from "@/components/dashboard/ui/dialog";
-import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from "@/components/dashboard/ui/table";
+import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert";
+import { Skeleton } from "@/components/ui/skeleton";
+import { Dialog, DialogContent, DialogHeader, DialogTitle, DialogTrigger } from "@/components/ui/dialog";
+import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from "@/components/ui/table";
// Add helper function for currency formatting
const formatCurrency = (value, useFractionDigits = true) => {
diff --git a/inventory/src/components/dashboard/DateTime.jsx b/inventory/src/components/dashboard/DateTime.jsx
index e5cd1cc..ffc07c8 100644
--- a/inventory/src/components/dashboard/DateTime.jsx
+++ b/inventory/src/components/dashboard/DateTime.jsx
@@ -1,8 +1,8 @@
import React, { useState, useEffect } from 'react';
-import { Card, CardContent } from '@/components/dashboard/ui/card';
-import { Calendar as CalendarComponent } from '@/components/dashboard/ui/calendaredit';
-import { Popover, PopoverContent, PopoverTrigger } from '@/components/dashboard/ui/popover';
-import { Alert, AlertDescription } from '@/components/dashboard/ui/alert';
+import { Card, CardContent } from '@/components/ui/card';
+import { Calendar as CalendarComponent } from '@/components/ui/calendaredit';
+import { Popover, PopoverContent, PopoverTrigger } from '@/components/ui/popover';
+import { Alert, AlertDescription } from '@/components/ui/alert';
import {
Sun,
Cloud,
diff --git a/inventory/src/components/dashboard/EventFeed.jsx b/inventory/src/components/dashboard/EventFeed.jsx
index 1d2211c..8a1f125 100644
--- a/inventory/src/components/dashboard/EventFeed.jsx
+++ b/inventory/src/components/dashboard/EventFeed.jsx
@@ -6,9 +6,9 @@ import {
CardDescription,
CardHeader,
CardTitle,
-} from "@/components/dashboard/ui/card";
-import { Badge } from "@/components/dashboard/ui/badge";
-import { ScrollArea } from "@/components/dashboard/ui/scroll-area";
+} from "@/components/ui/card";
+import { Badge } from "@/components/ui/badge";
+import { ScrollArea } from "@/components/ui/scroll-area";
import {
Package,
Truck,
@@ -31,24 +31,24 @@ import {
DialogHeader,
DialogTitle,
DialogTrigger,
-} from "@/components/dashboard/ui/dialog";
+} from "@/components/ui/dialog";
import {
Select,
SelectContent,
SelectItem,
SelectTrigger,
SelectValue,
-} from "@/components/dashboard/ui/select";
-import { Skeleton } from "@/components/dashboard/ui/skeleton";
-import { Button } from "@/components/dashboard/ui/button";
-import { Separator } from "@/components/dashboard/ui/separator";
+} from "@/components/ui/select";
+import { Skeleton } from "@/components/ui/skeleton";
+import { Button } from "@/components/ui/button";
+import { Separator } from "@/components/ui/separator";
import {
Tooltip,
TooltipContent,
TooltipProvider,
TooltipTrigger,
-} from "@/components/dashboard/ui/tooltip";
-import { Alert, AlertDescription, AlertTitle } from "@/components/dashboard/ui/alert";
+} from "@/components/ui/tooltip";
+import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert";
const METRIC_IDS = {
PLACED_ORDER: "Y8cqcF",
diff --git a/inventory/src/components/dashboard/FinancialOverview.tsx b/inventory/src/components/dashboard/FinancialOverview.tsx
index 5a5fd7d..86c65a5 100644
--- a/inventory/src/components/dashboard/FinancialOverview.tsx
+++ b/inventory/src/components/dashboard/FinancialOverview.tsx
@@ -6,15 +6,15 @@ import {
CardDescription,
CardHeader,
CardTitle,
-} from "@/components/dashboard/ui/card";
-import { Button } from "@/components/dashboard/ui/button";
+} from "@/components/ui/card";
+import { Button } from "@/components/ui/button";
import {
Select,
SelectContent,
SelectItem,
SelectTrigger,
SelectValue,
-} from "@/components/dashboard/ui/select";
+} from "@/components/ui/select";
import {
Dialog,
DialogContent,
@@ -22,8 +22,8 @@ import {
DialogHeader,
DialogTitle,
DialogTrigger,
-} from "@/components/dashboard/ui/dialog";
-import { Separator } from "@/components/dashboard/ui/separator";
+} from "@/components/ui/dialog";
+import { Separator } from "@/components/ui/separator";
import {
Table,
TableBody,
@@ -31,7 +31,7 @@ import {
TableHead,
TableHeader,
TableRow,
-} from "@/components/dashboard/ui/table";
+} from "@/components/ui/table";
import {
Area,
CartesianGrid,
@@ -44,8 +44,8 @@ import {
YAxis,
} from "recharts";
import type { TooltipProps } from "recharts";
-import { Alert, AlertDescription, AlertTitle } from "@/components/dashboard/ui/alert";
-import { Skeleton } from "@/components/dashboard/ui/skeleton";
+import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert";
+import { Skeleton } from "@/components/ui/skeleton";
import { ArrowUpRight, ArrowDownRight, Minus, TrendingUp, AlertCircle } from "lucide-react";
type TrendDirection = "up" | "down" | "flat";
@@ -1510,7 +1510,7 @@ function FinancialStatGrid({
return (
{cards.map((card) => (
-
+
))}
);
diff --git a/inventory/src/components/dashboard/GorgiasOverview.jsx b/inventory/src/components/dashboard/GorgiasOverview.jsx
index 4fa0f9b..482b193 100644
--- a/inventory/src/components/dashboard/GorgiasOverview.jsx
+++ b/inventory/src/components/dashboard/GorgiasOverview.jsx
@@ -1,12 +1,12 @@
import React, { useState, useEffect, useCallback } from "react";
-import { Card, CardContent, CardHeader } from "@/components/dashboard/ui/card";
+import { Card, CardContent, CardHeader } from "@/components/ui/card";
import {
Select,
SelectTrigger,
SelectContent,
SelectItem,
SelectValue,
-} from "@/components/dashboard/ui/select";
+} from "@/components/ui/select";
import {
Table,
TableBody,
@@ -14,8 +14,8 @@ import {
TableHead,
TableHeader,
TableRow,
-} from "@/components/dashboard/ui/table";
-import { Skeleton } from "@/components/dashboard/ui/skeleton";
+} from "@/components/ui/table";
+import { Skeleton } from "@/components/ui/skeleton";
import {
Clock,
Star,
diff --git a/inventory/src/components/dashboard/Header.jsx b/inventory/src/components/dashboard/Header.jsx
index f3386f1..bf21646 100644
--- a/inventory/src/components/dashboard/Header.jsx
+++ b/inventory/src/components/dashboard/Header.jsx
@@ -1,5 +1,5 @@
import React, { useState, useEffect } from "react";
-import { Card, CardContent } from "@/components/dashboard/ui/card";
+import { Card, CardContent } from "@/components/ui/card";
import {
Calendar,
Clock,
@@ -33,13 +33,13 @@ import {
TooltipContent,
TooltipProvider,
TooltipTrigger,
-} from "@/components/dashboard/ui/tooltip";
+} from "@/components/ui/tooltip";
import {
Popover,
PopoverContent,
PopoverTrigger,
-} from "@/components/dashboard/ui/popover";
-import { Alert, AlertDescription } from "@/components/dashboard/ui/alert";
+} from "@/components/ui/popover";
+import { Alert, AlertDescription } from "@/components/ui/alert";
const CraftsIcon = () => (