main
js 5 lines 149 Bytes
Raw
1 import { restoreRestorableModalStack } from "/js/modals.js";
2
3 export default function restoreRestorableModals() {
4 restoreRestorableModalStack();
5 }