Skip to content

Commit

Permalink
refactor(skier): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuher committed Dec 29, 2024
1 parent 0a415c1 commit 5f67f78
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/app/game/actors/skier.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
import { Actor, CollisionType, type Engine, GpuParticleConfig, GpuParticleEmitter, type ParticleEmitter, vec } from 'excalibur';
import {
Actor,
CollisionType,
type Engine,
type GpuParticleEmitter,
vec
} from 'excalibur';
import { Config } from '../config';
import { Resources } from '../resources';
import type { Race } from '../scenes/race';
Expand Down

0 comments on commit 5f67f78

Please sign in to comment.