Files

5 lines
128 B
Plaintext
Raw Permalink Normal View History

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