mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 20:07:49 +01:00
fix: function community import
This commit is contained in:
8
src/routes/(app)/workspace/functions/create/+page.svelte
Normal file
8
src/routes/(app)/workspace/functions/create/+page.svelte
Normal file
@@ -0,0 +1,8 @@
|
||||
<script lang="ts">
|
||||
import { goto } from '$app/navigation';
|
||||
import { onMount } from 'svelte';
|
||||
|
||||
onMount(() => {
|
||||
goto('/admin/functions/create');
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user