Missing change after file rename.

This commit is contained in:
Adrian 2024-10-25 19:04:19 +02:00
parent cd872d76e8
commit 66c8c093b1

View File

@ -1,5 +1,5 @@
<script lang="ts">
import buildings from "../buildings";
import buildings from "../data/buildings";
import moves from "../moves";
import showBuildingCreator from "../stores/showBuildingCreator";