import { Container } from '@mantine/core'; import { FeatureUnavailable } from '@ema-platform/ui'; /** * Placeholder until this feature has a backend. * * This page previously rendered invented figures/records that were * indistinguishable from real ones. */ export function AnalyticsPage() { return ( ); } export default AnalyticsPage;