mirror of
https://github.com/outline/outline.git
synced 2026-01-06 02:59:54 -06:00
8 lines
73 B
JavaScript
8 lines
73 B
JavaScript
const ctx = {
|
|
cache: {
|
|
set: () => {},
|
|
},
|
|
};
|
|
|
|
export default ctx;
|