We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4011c4b commit 047eef5Copy full SHA for 047eef5
1 file changed
src/routes/page/agent/[agentId]/agent-overview.svelte
@@ -1,10 +1,10 @@
1
<script>
2
+ import { onMount } from 'svelte';
3
import { Card, CardBody, CardHeader, Input, Table } from '@sveltestrap/sveltestrap';
4
import InPlaceEdit from '$lib/common/InPlaceEdit.svelte'
5
import { format } from '$lib/helpers/datetime';
- import { onMount } from 'svelte';
6
- import { getAgentUtilities } from '$lib/services/agent-service';
7
import { AgentType } from '$lib/helpers/enums';
+ import { getAgentUtilities } from '$lib/services/agent-service';
8
9
/** @type {import('$types').AgentModel} */
10
export let agent;
0 commit comments