mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 08:42:31 +00:00
14 lines
365 B
Plaintext
14 lines
365 B
Plaintext
---
|
|
title: Time
|
|
---
|
|
|
|
<script>
|
|
import { CalendarClock } from 'lucide-svelte';
|
|
import Time from '$lib/components/toolbar/tools/Time.svelte';
|
|
</script>
|
|
|
|
# <CalendarClock size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
|
|
|
|
<div class="flex flex-row justify-center">
|
|
<Time class="text-foreground p-3 border rounded-md shadow-lg" />
|
|
</div> |