Guest User

Untitled

a guest
Apr 26th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. (ns some.core)
  2.  
  3. ;;editor
  4. {:id "data-model"
  5. :code ""
  6. :format "cljs"
  7. :doc "model, what are the parts?"
  8. :show-implementation? true
  9. :show-code? true
  10. :show-narrative? true
  11. :assets {}
  12. :link-to-spec-gen? true
  13. :preloads {}}
  14. ;;code
  15.  
  16. (def data-model
  17. {})
  18.  
  19. ;;editor
  20. {:id "api"
  21. :code ""
  22. :format "cljs"
  23. :doc "model, what are the processes?"
  24. :show-implementation? true
  25. :show-code? true
  26. :show-narrative? true
  27. :assets {}
  28. :link-to-spec-gen? true
  29. :preloads {}}
  30. ;;code
  31.  
  32. (def data-model
  33. {})
Add Comment
Please, Sign In to add comment