Skip to content

Commit

Permalink
Merge pull request #34 from ZyN00x/main
Browse files Browse the repository at this point in the history
fix conflicts
  • Loading branch information
xeenoh authored Nov 24, 2024
2 parents c65df9f + 21e70db commit f4b6d2c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,7 @@
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
<<<<<<< HEAD
"husky": "^9.1.6",
=======
"prettier-plugin-organize-imports": "^4.1.0",
"typescript": "^5.6.3",
>>>>>>> 47b5ad3f36c4ecbd0e0a7dd03583c90d825bf283
"vite": "^5.4.1"
}
}
3 changes: 0 additions & 3 deletions src/components/settings/NavButton.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import { Button } from '@mui/material';
<<<<<<< HEAD:src/components/settings/NavButton.jsx
import PropTypes from 'prop-types';
=======
import { ReactNode } from 'react';
import { Link, useLocation } from 'react-router-dom';
>>>>>>> 47b5ad3f36c4ecbd0e0a7dd03583c90d825bf283:src/components/settings/NavButton.tsx

interface NavButtonProps {
to: string;
Expand Down

0 comments on commit f4b6d2c

Please sign in to comment.