mirror of
https://github.com/strapi/strapi.git
synced 2025-08-14 03:34:53 +00:00
8 lines
84 B
JavaScript
8 lines
84 B
JavaScript
'use strict';
|
|
|
|
const errors = require('./errors');
|
|
|
|
module.exports = {
|
|
errors,
|
|
};
|