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