Spaces:
Running
Running
File size: 167 Bytes
f70bb71 |
1 2 3 4 5 6 7 8 |
"use server"
import { fetchSpaceRandomly } from "@/utils/network"
export const getSpace = async () => {
const space = await fetchSpaceRandomly();
return space;
} |