comment out recently viewed

This commit is contained in:
mbecker20
2024-01-15 01:00:15 -08:00
parent 8c91b01dd9
commit b788bc6b6a

View File

@@ -43,7 +43,7 @@ export const Dashboard = () => {
return (
<Page title={`Hello, ${user?.username}.`}>
<RecentlyViewed />
{/* <RecentlyViewed /> */}
<MyResources />
</Page>
);