feat: more progress
This commit is contained in:
parent
0cac6145a2
commit
53738961bb
15 changed files with 634 additions and 39 deletions
|
|
@ -0,0 +1,5 @@
|
|||
<script context="module">
|
||||
export async function load({ url, fetch }) {
|
||||
return { headers: { location: '/projects/optimizer' }, status: 300 };
|
||||
}
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue