mirror of
https://github.com/strapi/strapi.git
synced 2025-09-17 12:27:33 +00:00
6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
![]() |
const checkDuplicatedTableNames = require('./check-duplicated-table-names');
|
||
|
|
||
|
module.exports = {
|
||
|
checkDuplicatedTableNames,
|
||
|
};
|