mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
* feat(web): meta tags for share links * refactor: svelte head tags * chore: clean up * chore: linting
8 lines
132 B
Svelte
8 lines
132 B
Svelte
<script>
|
|
import JobsPanel from '$lib/components/admin-page/jobs/jobs-panel.svelte';
|
|
</script>
|
|
|
|
<section>
|
|
<JobsPanel />
|
|
</section>
|