misc_pterodactyl-panel/resources/assets/scripts/components/server/ServerAllocations.vue

14 lines
141 B
Vue
Raw Normal View History

<template>
</template>
2018-12-30 01:00:50 +00:00
<script lang="ts">
export default {
name: "ServerAllocations"
}
</script>
<style scoped>
</style>