Signed-off-by: WenjiaoYue <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> Co-authored-by: WenjiaoYue <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> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
16 lines
230 B
Svelte
16 lines
230 B
Svelte
<!--
|
|
Copyright (C) 2025 Intel Corporation
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
|
|
<script>
|
|
import Content from '$lib/components/content.svelte';
|
|
|
|
</script>
|
|
|
|
<svelte:head>
|
|
<title>AgentGPT</title>
|
|
</svelte:head>
|
|
|
|
<Content />
|