Skip to content

Commit

Permalink
fix: refactor main page
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Dec 16, 2024
1 parent 9553024 commit 4de49cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 49 deletions.
8 changes: 4 additions & 4 deletions app/(main)/page.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import ServerList from "@/components/ServerList"
import ServerOverview from "@/components/ServerOverview"
import ServerListClient from "./ClientComponents/ServerListClient"
import ServerOverviewClient from "./ClientComponents/ServerOverviewClient"

export default async function Home() {
return (
<div className="mx-auto grid w-full max-w-5xl gap-4 md:gap-6">
<ServerOverview />
<ServerList />
<ServerOverviewClient />
<ServerListClient />
</div>
)
}
35 changes: 0 additions & 35 deletions components/BlurLayer.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions components/ServerList.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions components/ServerOverview.tsx

This file was deleted.

0 comments on commit 4de49cb

Please sign in to comment.