aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/connected-tree/b.js
blob: 0e658df663604660a39d5c3949a71922be30b787 (plain)
1
2
3
4
5
6
import c from "./c.js";

export default {
	name: "b",
	c: c
};