index.js 91 B

1234567
  1. import Codemirror from "./components";
  2. export default {
  3. components: {
  4. Codemirror
  5. }
  6. };