import { getData } from "@/lib/api"; import View from "./view"; export default async function Page() { const data = await getData(); return }