mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-09 19:42:48 +00:00
16 lines
229 B
Svelte
16 lines
229 B
Svelte
<script lang="ts">
|
|
let { children } = $props();
|
|
</script>
|
|
|
|
<h1><a href="/ccos">Firmware Updates</a></h1>
|
|
|
|
{@render children()}
|
|
|
|
<style lang="scss">
|
|
h1 {
|
|
margin-block: 1em;
|
|
padding: 0;
|
|
font-size: 3em;
|
|
}
|
|
</style>
|