import React from 'react'; import { Box, Text } from 'folds'; import * as css from './styles.css'; export function AuthFooter() { return ( About v4.8.1 Twitter Powered by Matrix ); }