initial production release 🎉
This commit is contained in:
4
src/pages/database/[name]/index.svelte
Normal file
4
src/pages/database/[name]/index.svelte
Normal file
@@ -0,0 +1,4 @@
|
||||
<script>
|
||||
import { redirect } from "@roxi/routify";
|
||||
$redirect("/dashboard/databases");
|
||||
</script>
|
||||
Reference in New Issue
Block a user