diff --git a/app/(main)/ClientComponents/ServerListClient.tsx b/app/(main)/ClientComponents/ServerListClient.tsx index 5b86b4e..a441bda 100644 --- a/app/(main)/ClientComponents/ServerListClient.tsx +++ b/app/(main)/ClientComponents/ServerListClient.tsx @@ -28,4 +28,4 @@ export default function ServerListClient() { ))} ); -} \ No newline at end of file +} diff --git a/app/(main)/layout.tsx b/app/(main)/layout.tsx index 5e163b0..6a77ce3 100644 --- a/app/(main)/layout.tsx +++ b/app/(main)/layout.tsx @@ -1,7 +1,6 @@ import React from "react"; import Header from "@/app/(main)/header"; -import BlurLayers from "@/components/BlurLayer"; import Footer from "./footer"; type DashboardProps = { diff --git a/bun.lockb b/bun.lockb index 4eee22a..639a7ae 100755 Binary files a/bun.lockb and b/bun.lockb differ