Skip to content

Commit

Permalink
refactor: ♻️ remove duplicate import
Browse files Browse the repository at this point in the history
  • Loading branch information
CourtHive committed Oct 17, 2024
1 parent b01a8c7 commit 61076cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/assemblies/governors/drawsGovernor/mutate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export { attachQualifyingStructure } from '@Mutate/drawDefinitions/attachQualify
export { renameStructures } from '@Mutate/drawDefinitions/structureGovernor/renameStructures';
export { assignDrawPositionBye } from '@Mutate/matchUps/drawPositions/assignDrawPositionBye';
export { addDrawDefinitionTimeItem } from '@Mutate/drawDefinitions/addDrawDefinitionTimeItem';
export { resetQualifyingStructure } from '@Mutate/drawDefinitions/resetQualifyingStructure';
export { removeStructure } from '@Mutate/drawDefinitions/structureGovernor/removeStructure';
export { addVoluntaryConsolationStage } from '@Mutate/events/addVoluntaryConsolationStage';
export { resetQualifyingStructure } from '@Mutate/drawDefinitions/resetQualifyingStructure';
Expand Down

0 comments on commit 61076cf

Please sign in to comment.