blob: 9e7c247b7849662ed0402a4e47dfd7c0cf00d803 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
import hi from "#hi";
import bye from "./sub_path/main.js";
import fs from "#fs";
import path from "#path";
import fs2 from "#fs2";
export default {
hi,
bye,
fs,
path,
fs2,
};
|