Skip to content

Commit f8e6222

Browse files
committed
Fix Prettier
1 parent acc42a1 commit f8e6222

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/contexts/ExplosionContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import React, {
1010

1111
import { DebrisBurst } from "@/components/ui/DebrisBurst";
1212
import { Explosion } from "@/components/ui/Explosion";
13-
import { ExplosionPosition,useExplosions } from "@/hooks/useExplosions";
13+
import { ExplosionPosition, useExplosions } from "@/hooks/useExplosions";
1414

1515
// Max concurrent debris bursts to prevent lag
1616
const MAX_DEBRIS = 5;

0 commit comments

Comments
 (0)