import { Surface } from '@/ui/Surface'; import { Stack } from '@/ui/Stack'; import { Text } from '@/ui/Text'; import { Box } from '@/ui/Box'; export interface GlobalFooterViewData {} export function GlobalFooterTemplate(_props: GlobalFooterViewData) { return ( © {new Date().getFullYear()} GridPilot Session ready Live ); }