mirror of
https://github.com/vale981/Vulcan
synced 2025-03-11 21:16:40 -04:00
9 lines
206 B
JavaScript
9 lines
206 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';
|