1
0
forked from noxious/client

Major refractor, cleaning and improvements. pt.2

This commit is contained in:
Dennis Postma 2024-08-24 03:09:14 +02:00
parent d2123b7d97
commit b5e2474c6d
2 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<script setup lang="ts">
import { useGameStore } from '@/stores/game';
import { ref } from 'vue';
import InventoryItems from '@/components/utilities/inventory/partials/InventoryItems.vue';
import InventoryItems from '@/components/gui/partials/InventoryItems.vue';
const gameStore = useGameStore()
let inventory = false