mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 13:14:20 +00:00
14 lines
221 B
Vue
14 lines
221 B
Vue
<template>
|
|
<AbilityCalculator />
|
|
</template>
|
|
|
|
<script>
|
|
import AbilityCalculator from '@theme/components/AbilityCalculator'
|
|
|
|
export default {
|
|
components: { AbilityCalculator }
|
|
}
|
|
</script>
|
|
|
|
<style lang="scss">
|
|
</style>
|