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