aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/views/ModsView.vue
blob: 2c55e401b4457312865c43fc1e49d8e27986daec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
    <div class="fc-container" style="display: flex">
    </div>
</template>

<script lang="ts">
import LocalModsView from "./mods/LocalModsView.vue";
import ModsMenu from "../components/ModsMenu.vue";

</script>

<style scoped>
</style>