We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b01ebe6 commit e3d9a57Copy full SHA for e3d9a57
src/pages/Albums/AddAlbumPage.tsx
@@ -1,6 +1,6 @@
1
import ArrowBackIosNewIcon from '@mui/icons-material/ArrowBackIosNew';
2
import DeleteIcon from '@mui/icons-material/Delete';
3
-import { Button, IconButton, Tooltip, Typography } from '@mui/material';
+import { Button, IconButton, Tooltip } from '@mui/material';
4
import { deleteAlbum } from 'api/albumApi';
5
import { CreateAlbum } from 'components/Albums/CreateAlbum';
6
import { ImageGallery } from 'components/ImageGallery';
0 commit comments