Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 152 Bytes

File metadata and controls

10 lines (9 loc) · 152 Bytes
layout false
<script setup> import { onMounted } from 'vue' onMounted(() => { window.location.replace('/introduction/overview') }) </script>