Files

5 lines
128 B
Plaintext
Raw Permalink Normal View History

2025-11-05 17:34:23 +08:00
// @ts-nocheck
export const getCurrentPage = ():Page => {
const pages = getCurrentPages();
return pages[pages.length - 1]
};