in demo-app/utils/storage.js [3:9]
export function get(key) { if (!storage) { return; } const str = JSON.parse(storage.getItem(key)); return str; }