4 lines
78 B
JavaScript
4 lines
78 B
JavaScript
|
|
export default function (to, from, savedPosition) {
|
||
|
|
return { x: 0, y: 0 }
|
||
|
|
}
|