Commit 40233e1c2c03823ad46c987adcad7e314ba4c543

Lea Verou 2013-06-13T09:44:05

Added components.js to plugins root

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/plugins/index.html b/plugins/index.html
index 6209b27..34fbba6 100644
--- a/plugins/index.html
+++ b/plugins/index.html
@@ -35,6 +35,7 @@
 <script src="prism.js"></script>
 <script src="plugins/line-highlight/prism-line-highlight.js"></script>
 <script src="utopia.js"></script>
+<script src="components.js"></script>
 <script src="code.js"></script>
 
 </body>