Skip to content

Commit

Permalink
Add highlight and react-grid (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkerlucio authored and thheller committed Jul 14, 2018
1 parent e0fcf03 commit cf5805c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/cljsjs/highlight.cljs
@@ -0,0 +1,4 @@
(ns cljsjs.highlight
(:require ["highlight.js" :as hljs]))

(js/goog.exportSymbol "hljs" hljs)
4 changes: 4 additions & 0 deletions src/main/cljsjs/react_grid_layout.cljs
@@ -0,0 +1,4 @@
(ns cljsjs.react-grid-layout
(:require ["react-grid-layout" :as ReactGridLayout]))

(js/goog.exportSymbol "ReactGridLayout" ReactGridLayout)

0 comments on commit cf5805c

Please sign in to comment.