Skip to content

Commit

Permalink
Fixed case sensitive imports
Browse files Browse the repository at this point in the history
  • Loading branch information
simonguest committed Sep 19, 2023
1 parent 11ddb67 commit e3bcd95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blocks/lighting/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createLightAs } from "./createLightAs";
import { lightBulb } from "./lightbulb";
import { spotlight } from "./spotLight"
import { lightBulb } from "./lightBulb";
import { spotlight } from "./spotlight"
import { showLight } from "./showLight";
import { moveLight } from "./moveLight";
import { moveLightAlong } from "./moveLightAlong";
Expand Down

0 comments on commit e3bcd95

Please sign in to comment.