Updated page titles.

This commit is contained in:
Mike Cao 2024-02-17 15:12:14 -08:00
parent b2a7aaaad0
commit d5b4da63df
35 changed files with 74 additions and 34 deletions

View file

@ -1,3 +1,4 @@
'use client';
import { Loading } from 'react-basics';
import { usePathname } from 'next/navigation';
import Page from 'components/layout/Page';