Skip to content

Commit

Permalink
refactor(spectator-group): remove useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuher committed Feb 22, 2024
1 parent fcf8145 commit 2a4531a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actors/spectator-group.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Actor, Engine, Vector, vec, Audio, toDegrees } from 'excalibur';
import { Actor, Engine, Vector, vec, Audio } from 'excalibur';
import { Config } from '../config';
import { ScreenManager } from '../utils/screen-manager';
import { Spectator } from './spectator';
Expand Down

0 comments on commit 2a4531a

Please sign in to comment.