mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +00:00
fix typo
This commit is contained in:
parent
517e27d2fa
commit
d9d64c8dc2
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ import { render } from "util/vue";
|
|||
import { computed, ComputedRef, reactive, ref, watchEffect } from "vue";
|
||||
import coal from "./coal";
|
||||
import _block from "./factory-components/block.svg";
|
||||
import _blockMaker from "./factory-components/blockMaker.svg";
|
||||
import _blockMaker from "./factory-components/blockmaker.svg";
|
||||
import _clothes from "./factory-components/clothes.svg";
|
||||
import _clothesMaker from "./factory-components/clothesmaker.svg";
|
||||
import _conveyor from "./factory-components/conveyor.png";
|
||||
|
|
Loading…
Reference in a new issue