mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 05:09:30 +08:00
4 lines
140 B
Text
4 lines
140 B
Text
import { createGenerator } from './create.js';
|
|
import config from '../syntax/config/generator.js';
|
|
|
|
export default createGenerator(config);
|