fix: remove unused components and fix build 🐛
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m13s

This commit is contained in:
2025-06-26 19:01:25 +05:00
parent 3727110bd6
commit 383ffddde6
5 changed files with 6 additions and 489 deletions

View File

@ -1,11 +1,10 @@
import { authOptions } from "@/app/auth";
import { DevicesTable } from "@/components/devices-table";
import DeviceFilter from "@/components/devices/device-filter";
import Search from "@/components/search";
import AddDeviceDialogForm from "@/components/user/add-device-dialog";
import { getServerSession } from "next-auth";
import { redirect } from "next/navigation";
import React, { Suspense } from "react";
import { Suspense } from "react";
import DevicesTableSkeleton from "./device-table-skeleton";
export default async function Devices({
@ -28,7 +27,7 @@ export default async function Devices({
</div>
<div
id="user-filters"
className=" pb-4 gap-4 flex sm:flex-row flex-col items-start justify-end"
className=" pb-4 gap-4 flex sm:flex-row flex-col items-start justify-endO"
>
<DeviceFilter />
</div>