mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-13 14:53:08 +02:00
7 lines
77 B
Vue
7 lines
77 B
Vue
|
<template>
|
||
|
<div>
|
||
|
<header>misskey</header>
|
||
|
<slot></slot>
|
||
|
</div>
|
||
|
</template>
|