-
Notifications
You must be signed in to change notification settings - Fork 829
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9553024
commit 4de49cb
Showing
4 changed files
with
4 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
) | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.