import React from 'react'; import { Box, Text } from 'folds'; import * as css from './styles.css'; import pkg from '../../../../package.json'; export function AuthFooter() { return ( About v{pkg.version} Community Powered by Matrix ); }