mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-06-16 11:19:14 +08:00
8 lines
152 B
Text
8 lines
152 B
Text
import definitions from '../../data.js';
|
|
import * as node from '../node/index.js';
|
|
|
|
export default {
|
|
generic: true,
|
|
...definitions,
|
|
node
|
|
};
|