mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 20:46:40 -04:00
7 lines
No EOL
228 B
JavaScript
7 lines
No EOL
228 B
JavaScript
// 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
|