From 51e96f05d11b8860f6df247bf24311be8394d9aa Mon Sep 17 00:00:00 2001 From: r-freeman Date: Sat, 28 Jan 2023 21:28:57 +0000 Subject: [PATCH] Updated dashboard page --- pages/dashboard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/dashboard.tsx b/pages/dashboard.tsx index a5ee187..ee9d796 100644 --- a/pages/dashboard.tsx +++ b/pages/dashboard.tsx @@ -1,6 +1,6 @@ import Head from 'next/head' import {GetStaticProps} from 'next' -import useSWR from "swr"; +import useSWR from 'swr' import {SimpleLayout} from '@/components/SimpleLayout' import {Card} from '@/components/Card' import {numberFormat} from '@/lib/numberFormat' @@ -53,7 +53,7 @@ export default function Dashboard({cards}: { cards: CardProps[] }) { ))} - +

Total Article Views