mirror of
				https://github.com/i701/sarlink-portal.git
				synced 2025-11-04 06:26:59 +00:00 
			
		
		
		
	fix: remove unused components and fix build 🐛
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m13s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m13s
				
			This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user