Fix TypeScript build errors by removing unused imports

- Remove unused PostAdd imports from DashboardLayout and BottomNavigation
- Remove unused Avatar, Chip, Groups imports from SocialContractPage
- Remove unused Divider, FolderShared imports from GroupDetailPage
- Build now passes all TypeScript checks

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
main
Oliver Sylvester-Bradley 2 months ago
parent f4110af77e
commit f63a00a9f7
  1. 1
      src/components/layout/DashboardLayout.tsx
  2. 1
      src/components/navigation/BottomNavigation.tsx
  3. 2
      src/pages/GroupDetailPage.tsx
  4. 3
      src/pages/SocialContractPage.tsx

@ -30,7 +30,6 @@ import {
SearchRounded, SearchRounded,
Groups, Groups,
RssFeed, RssFeed,
PostAdd,
Chat, Chat,
ExpandLess, ExpandLess,
ExpandMore, ExpandMore,

@ -7,7 +7,6 @@ import {
import { import {
RssFeed, RssFeed,
Hub, Hub,
PostAdd,
Chat, Chat,
Groups, Groups,
} from '@mui/icons-material'; } from '@mui/icons-material';

@ -11,7 +11,6 @@ import {
IconButton, IconButton,
Button, Button,
Chip, Chip,
Divider,
Badge, Badge,
alpha, alpha,
useTheme useTheme
@ -27,7 +26,6 @@ import {
Comment, Comment,
Share, Share,
MoreVert, MoreVert,
FolderShared,
Description, Description,
TableChart, TableChart,
PersonAdd PersonAdd

@ -6,8 +6,6 @@ import {
Box, Box,
Paper, Paper,
Button, Button,
Avatar,
Chip,
Dialog, Dialog,
DialogTitle, DialogTitle,
DialogContent, DialogContent,
@ -22,7 +20,6 @@ import {
} from '@mui/material'; } from '@mui/material';
import { import {
Security, Security,
Groups,
Favorite, Favorite,
Psychology, Psychology,
AccountTree, AccountTree,

Loading…
Cancel
Save