Untitled

Anonymous
javascript
01/31/2024 11:36 AM
660 B
12
Indexable
<Breadcrumbs paths={[UnknownPathnames.COMMUNICATION_CLUB, Paths.CHATROOMS]} />
      <SectionLayout>
        <Stack flexDirection="row" alignItems="center">
          <Typography variant="h4" component="h1" sx={{ marginInlineEnd: 3 }}>
            {t('chatrooms:title')}
          </Typography>

          {/* <CircledIconButton variant="light" size="small">
            <NotificationsNone />
          </CircledIconButton> */}
        </Stack>
        <ChatroomsTable />
      </SectionLayout>
Editor is loading...
Leave a Comment