mirror of
https://github.com/chrisnov-it/quantumbotx.git
synced 2026-07-31 20:57:48 +00:00
6 lines
69 B
JavaScript
6 lines
69 B
JavaScript
|
|
import getNode from './default.js';
|
||
|
|
|
||
|
|
export default {
|
||
|
|
getNode
|
||
|
|
};
|