mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-24 09:21:48 +00:00
Fix typo
This commit is contained in:
parent
a3b178120d
commit
59e35cdbf1
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ import { render, renderRow } 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