mirror of
https://github.com/KevinMidboe/brewPi.git
synced 2025-10-29 16:50:12 +00:00
Removed unsued display component
This commit is contained in:
@@ -1,20 +0,0 @@
|
|||||||
<script lang="ts">
|
|
||||||
export const title: string = "Temperature"
|
|
||||||
|
|
||||||
let temp = 23
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<div>
|
|
||||||
<header>{ title }</header>
|
|
||||||
|
|
||||||
<div class="body">
|
|
||||||
<p>Inside temperature: {23}℃</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<style lang="scss" module="scoped">
|
|
||||||
.body {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
Reference in New Issue
Block a user