2016-11-14 20:27:23 +01:00
|
|
|
// fragments without dependencies
|
|
|
|
import './fragments/users.js';
|
|
|
|
import './fragments/categories.js';
|
|
|
|
|
|
|
|
// fragments with dependencies
|
|
|
|
import './fragments/posts.js'; // users & categories
|
|
|
|
import './fragments/comments.js'; // users
|