Skip to content

Commit

Permalink
Auto-remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mqp authored and github-actions[bot] committed Feb 7, 2025
1 parent 1ca00b6 commit ef413cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion web/components/profile/user-contracts-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import { CreateQuestionButton } from '../buttons/create-question-button'
import {
actionColumn,
probColumn,
tierColumn,
traderColumn,
} from '../contract/contract-table-col-formats'
import { ContractsTable } from '../contract/contracts-table'
Expand Down
1 change: 0 additions & 1 deletion web/components/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import { searchUsers } from 'web/lib/supabase/users'
import {
actionColumn,
probColumn,
tierColumn,
traderColumn,
} from './contract/contract-table-col-formats'
import { ContractsTable, LoadingContractRow } from './contract/contracts-table'
Expand Down

0 comments on commit ef413cf

Please sign in to comment.