mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 03:43:38 +08:00
8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
|
const AdminSectionLandingWrapper = <template>
|
||
|
<div class="admin-section-landing-wrapper" ...attributes>
|
||
|
{{yield}}
|
||
|
</div>
|
||
|
</template>;
|
||
|
|
||
|
export default AdminSectionLandingWrapper;
|