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