Skip to content

Commit

Permalink
Remove old loading components and add new metrics page component
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Jan 7, 2025
1 parent beaf893 commit 50419fc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 18 deletions.
9 changes: 0 additions & 9 deletions frontend/app/(views)/(website)/loading.tsx

This file was deleted.

9 changes: 9 additions & 0 deletions frontend/app/(views)/(website)/metrics/2024/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/* * */

import { MetricsPage } from '@/components/metrics/MetricsPage';

/* * */

export default function Page() {
return <MetricsPage />;
}
9 changes: 0 additions & 9 deletions frontend/app/(views)/(website)/metrics/loading.tsx

This file was deleted.

0 comments on commit 50419fc

Please sign in to comment.