mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-16 07:14:30 +01:00
5 lines
86 B
Vue
5 lines
86 B
Vue
|
|
<template>
|
||
|
|
<div class="bg-light p-5 rounded">
|
||
|
|
<h1>Home</h1>
|
||
|
|
</div>
|
||
|
|
</template>
|