diff --git a/src/pages/announcements/index.tsx b/src/pages/announcements/index.tsx index 5c097159..89e4c495 100644 --- a/src/pages/announcements/index.tsx +++ b/src/pages/announcements/index.tsx @@ -24,6 +24,7 @@ import { IPlatformProps, } from '../../utils/interfaces'; import { withRoles } from '../../utils/withRoles'; +import { Link, Stack, Typography } from '@mui/material'; function Index() { const { retrieveAnnouncements, retrievePlatformById } = useAppStore(); @@ -175,11 +176,24 @@ function Index() {