mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-02 23:19:57 +00:00
9 lines
261 B
Vue
9 lines
261 B
Vue
<template>
|
|
<div min-h-screen flex justify-center items-center>
|
|
<div text-center flex="~ col gap-2" items-center>
|
|
<div i-ri:settings-4-line text-5xl />
|
|
<span text-xl>{{ $t('settings.select_a_settings') }}</span>
|
|
</div>
|
|
</div>
|
|
</template>
|