import React from “react”;
import { Tabs, Tab } from “@/components/ui/tabs”;
import { Card, CardContent } from “@/components/ui/card”;
import { Button } from “@/components/ui/button”;
import { Table, TableHeader, TableRow, TableHead, TableBody, TableCell } from “@/components/ui/table”;
import { Input } from “@/components/ui/input”;
import { Label } from “@/components/ui/label”;
const POSDashboard = () => {
return (
);
};
export default POSDashboard;