synapse-admin/src/storage.ts
Manuel Stahl dbcb4f92dc Use central defintion of storage system
Change-Id: Ibf31c650b08920bf82827607c3421556ac90ae61
2024-08-17 10:50:29 +02:00

3 lines
55 B
TypeScript

const storage = localStorage;
export default storage;