Skip to content

Commit

Permalink
Update Users.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
antriksh-9 authored Dec 4, 2024
1 parent 7a6b974 commit d3bb962
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/screens/Users/Users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import TableLoader from 'components/TableLoader/TableLoader';
import UsersTableItem from 'components/UsersTableItem/UsersTableItem';
import InfiniteScroll from 'react-infinite-scroll-component';
import type { InterfaceQueryUserListItem } from 'utils/interfaces';
// import styles from './Users.module.css';
import styles from '../../style/app.module.css';
import useLocalStorage from 'utils/useLocalstorage';
import type { ApolloError } from '@apollo/client';
Expand Down

0 comments on commit d3bb962

Please sign in to comment.