фикст / страницы
This commit is contained in:
parent
206d850f03
commit
f3b9702601
1 changed files with 7 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
||||||
|
<script>
|
||||||
|
import { onMount } from "svelte";
|
||||||
|
|
||||||
|
onMount(() => {
|
||||||
|
window.location.assign('/c');
|
||||||
|
})
|
||||||
|
</script>
|
Loading…
Add table
Reference in a new issue