Skip to content

Commit

Permalink
Merge pull request #14 from dcSpark/feature/package-site
Browse files Browse the repository at this point in the history
Remove unused import.
  • Loading branch information
guillevalin authored Dec 21, 2024
2 parents 7d6f27c + 464a098 commit 800cfc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions registry/src/components/PackageList.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ import {
Dialog,
DialogTitle,
DialogContent,
DialogActions,
Button
DialogActions
} from '@mui/material';

function PackageList({ searchQuery }) {
Expand Down

0 comments on commit 800cfc6

Please sign in to comment.