Skip to content

Commit

Permalink
1700: Move and rename convertFreinetImport
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenkleinle committed Nov 11, 2024
1 parent 382af98 commit 1a189de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administration/src/bp-modules/cards/ImportCardsInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { ProjectConfigContext } from '../../project-configs/ProjectConfigContext
import { getCsvHeaders } from '../../project-configs/helper'
import { useAppToaster } from '../AppToaster'
import FileInputStateIcon from '../FileInputStateIcon'
import convertFreinetImport from './ImportCardsFromFreinetController'
import convertFreinetImport from '../util/convertFreinetImport'
import ImportCardsRequirementsText from './ImportCardsRequirementsText'

const CardImportInputContainer = styled.div`
Expand Down

0 comments on commit 1a189de

Please sign in to comment.