<template>
<div class='InformationReleaseManagement'>
InformationReleaseManagement
</div>
</template>
<script>
export default {
name: 'InformationReleaseManagement',
}
</script>
<style lang='scss' scoped>
.InformationReleaseManagement {}
</style>