Finished sidebar
This commit is contained in:
12
src/app/(main)/page.tsx
Normal file
12
src/app/(main)/page.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { SearchBar } from "@/components/search-bar"
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<div className="min-h-screen flex flex-col items-center">
|
||||
<div className="mt-[20vh]">
|
||||
<h1 className="text-4xl font-bold text-center">Stats Hypixel</h1>
|
||||
</div>
|
||||
<SearchBar />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user