DeathDaDev commited on
Commit
9311a44
1 Parent(s): b75f205

fix: remove undefined `fetchSpaceRandomly` function calls from `Home` component

Browse files
Files changed (1) hide show
  1. app/page.tsx +0 -2
app/page.tsx CHANGED
@@ -5,8 +5,6 @@ import { fetchFilteredSpaces } from "@/utils/network";
5
  import { SpaceBrowser } from "@/components/shuffler/index";
6
 
7
  export default async function Home() {
8
- const space = await fetchSpaceRandomly();
9
- const nextSpace = await fetchSpaceRandomly();
10
 
11
  return (
12
  <main className="flex min-h-screen flex-col items-center justify-start lg:justify-start p-8 pt-16 lg:p-24 lg:pt-44">
 
5
  import { SpaceBrowser } from "@/components/shuffler/index";
6
 
7
  export default async function Home() {
 
 
8
 
9
  return (
10
  <main className="flex min-h-screen flex-col items-center justify-start lg:justify-start p-8 pt-16 lg:p-24 lg:pt-44">