mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
6 lines
66 B
JavaScript
6 lines
66 B
JavaScript
|
|
const crud = require('./crud');
|
||
|
|
|
||
|
|
module.exports = {
|
||
|
|
...crud,
|
||
|
|
};
|