14 lines
209 B
JavaScript
14 lines
209 B
JavaScript
module.exports = [
|
|
// hats > hats
|
|
//'hats/base',
|
|
//'hats/admin',
|
|
//'hats/errors',
|
|
//'hats/organization',
|
|
//'hats/news',
|
|
//'hats/gallery',
|
|
//'hats/employees',
|
|
|
|
// hats > project
|
|
//'./hats/events',
|
|
];
|