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