Skip to content

Commit 047eef5

Browse files
author
Jicheng Lu
committed
minor change
1 parent 4011c4b commit 047eef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/page/agent/[agentId]/agent-overview.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<script>
2+
import { onMount } from 'svelte';
23
import { Card, CardBody, CardHeader, Input, Table } from '@sveltestrap/sveltestrap';
34
import InPlaceEdit from '$lib/common/InPlaceEdit.svelte'
45
import { format } from '$lib/helpers/datetime';
5-
import { onMount } from 'svelte';
6-
import { getAgentUtilities } from '$lib/services/agent-service';
76
import { AgentType } from '$lib/helpers/enums';
7+
import { getAgentUtilities } from '$lib/services/agent-service';
88
99
/** @type {import('$types').AgentModel} */
1010
export let agent;

0 commit comments

Comments
 (0)