Fixed stash actors import.
This commit is contained in:
parent
d546f7b548
commit
c4002fddf0
|
@ -6,5 +6,5 @@
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import Stash from '#/components/stashes/stash.vue';
|
import Stash from '#/components/stashes/stash.vue';
|
||||||
import Actors from '#/components/actor/actors.vue';
|
import Actors from '#/components/actors/actors.vue';
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue