mirror of
https://github.com/vale981/Vulcan
synced 2025-03-12 05:26:38 -04:00
9 lines
207 B
JavaScript
9 lines
207 B
JavaScript
|
|
import './fragments.js';
|
|
import './components.js';
|
|
import './config.js';
|
|
import './routes.js';
|
|
|
|
export * from './categories/index.js';
|
|
export * from './comments/index.js';
|
|
export * from './posts/index.js';
|