feat: more progress

This commit is contained in:
Alexander Daichendt 2022-06-10 18:30:54 +02:00
parent 0cac6145a2
commit 53738961bb
15 changed files with 634 additions and 39 deletions

View file

@ -0,0 +1,5 @@
<script context="module">
export async function load({ url, fetch }) {
return { headers: { location: '/projects/optimizer' }, status: 300 };
}
</script>