mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
15 lines
284 B
Vue
15 lines
284 B
Vue
<template>
|
|
<div class="collapse-links-list">
|
|
<div class="d-flex">
|
|
<div class="text-center pb-3 gradido-max-width">
|
|
<b>{{ $t('links-list.header') }}</b>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
<script>
|
|
export default {
|
|
name: 'CollapseLinksList',
|
|
}
|
|
</script>
|