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