mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 02:49:29 +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
|
|
};
|