Skip to content

Commit

Permalink
🎨 delete unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
comavius committed Jun 16, 2024
1 parent ff2c4aa commit 4c2c84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h24s_25/src/ts/higherorderfunctionball.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import{BallTypeEnum} from './balltypes';
import {BallInterface, HigherOrderFunctionBallInterface, NumberBallInterface, FunctionBallInterface} from './ballInterface';
import {BallInterface, HigherOrderFunctionBallInterface, FunctionBallInterface} from './ballInterface';

export class HigherOrderFunctionBall<
S1 extends BallInterface|null,
Expand Down

0 comments on commit 4c2c84a

Please sign in to comment.