mirror of
https://git.hmsn.ink/kospo/helptalk/api.git
synced 2026-03-20 23:13:31 +09:00
8 lines
117 B
JavaScript
8 lines
117 B
JavaScript
export default function getFreshSideObject() {
|
|
return {
|
|
top: 0,
|
|
right: 0,
|
|
bottom: 0,
|
|
left: 0
|
|
};
|
|
} |