import { getVersion } from "@/utils/getVersion" import { FooterText } from "./FooterText" import { FooterVersion } from "./FooterVersion" export const Footer = async (): Promise => { const version = await getVersion() return ( ) }