Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
eonflower committed Apr 4, 2024
1 parent f2a3251 commit 4698dba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/List.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import SharedWithList from '../components/SharedWithList';
import { useAuth } from '../api';
import { IoMailOutline } from 'react-icons/io5';
import { FaRegCircleUser } from 'react-icons/fa6';
import pageTitle from '../assets/titleLogo.png';

export function List({ data, listPath, lists, loading }) {
const [search, setSearch] = useState('');
Expand Down

0 comments on commit 4698dba

Please sign in to comment.