Explorar o código

fix: function community import

Timothy Jaeryang Baek hai 5 meses
pai
achega
d8c5262161
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      src/routes/(app)/workspace/functions/create/+page.svelte

+ 8 - 0
src/routes/(app)/workspace/functions/create/+page.svelte

@@ -0,0 +1,8 @@
+<script lang="ts">
+	import { goto } from '$app/navigation';
+	import { onMount } from 'svelte';
+
+	onMount(() => {
+		goto('/admin/functions/create');
+	});
+</script>