2015-05-12 13:52:52 +02:00

7 lines
63 B
JavaScript

import c from "./c.js";
export default {
name: "b",
c: c
};