Add service type
This commit is contained in:
parent
8aa858a49e
commit
3d31710c3f
3 changed files with 13 additions and 2 deletions
src/lib/components
|
@ -4,8 +4,9 @@
|
|||
import { OpenInNewWindow } from 'radix-icons-svelte';
|
||||
import { quintInOut } from 'svelte/easing';
|
||||
import { slide } from 'svelte/transition';
|
||||
import type { Service } from '$lib/types/data-types';
|
||||
|
||||
let { service } = $props();
|
||||
let { service: Service } = $props();
|
||||
|
||||
let hover = $state({
|
||||
title: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue