mirror of
https://github.com/strapi/strapi.git
synced 2025-08-11 10:18:28 +00:00
6 lines
142 B
JavaScript
6 lines
142 B
JavaScript
const checkFieldsAreCorrectlyNested = require('./check-fields-are-correctly-nested');
|
|
|
|
module.exports = {
|
|
checkFieldsAreCorrectlyNested,
|
|
};
|