import { SDKVersion } from './SDKVersion'; import { CurrentYear } from './CurrentYear'; export function Footer() { const appVersionShort = '__APP_VERSION_SHORT__'; return ( ); }