Skip to content

Commit d10fb70

Browse files
committed
second demo
1 parent 8960114 commit d10fb70

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

test/demo/src/index.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@ import { two } from './two';
22

33
export default async function(...args) {
44
return [await two(...args), await two(...args)];
5-
}
5+
}
6+
7+
// function one() { return 'one'; }
8+
// export default { one, two };
9+
// export { one, two };

0 commit comments

Comments
 (0)