Skip to content

Commit

Permalink
fix case
Browse files Browse the repository at this point in the history
  • Loading branch information
alampros committed Mar 6, 2019
1 parent f040e0e commit 4248f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Particle.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { randomRange, randomInt, degreesToRads } from './utils'
import { IConfettiOptions } from './confetti'
import { IConfettiOptions } from './Confetti'

export enum ParticleShape {
Cirlce = 0,
Expand Down

0 comments on commit 4248f1d

Please sign in to comment.