Skip to content

Commit

Permalink
refactor(ui): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Nov 13, 2024
1 parent 12b4c27 commit b9ca7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/file/list/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// licenses/AGPL.txt.
import { MouseEvent, useCallback, useEffect, useMemo, useState } from 'react'
import { useParams } from 'react-router-dom'
import { SectionPlaceholder, SectionSpinner } from '@koupr/ui'
import { SectionPlaceholder } from '@koupr/ui'
import {
DndContext,
useSensors,
Expand Down

0 comments on commit b9ca7cb

Please sign in to comment.