mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-30 14:15:30 +00:00
11 lines
175 B
Plaintext
11 lines
175 B
Plaintext
<template>
|
|
<div class="top-storys-by-month">
|
|
<!-- TopStorysByMonth components -->
|
|
</div>
|
|
</template>
|
|
<script>
|
|
export default {
|
|
name: 'TopStorysByMonth',
|
|
}
|
|
</script>
|