"use server" import { fetchSpaceRandomly } from "@/utils/network" export const getSpace = async () => { const space = await fetchSpaceRandomly(); return space; }