Skip to content

Commit c690fa2

Browse files
committed
Merge branch 'tomtheisen-master'
2 parents 71818b3 + e74023a commit c690fa2

File tree

7 files changed

+3115
-0
lines changed

7 files changed

+3115
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"plugins": ["@babel/plugin-syntax-jsx", "mutraction-dom/compile-jsx"]
3+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8"/>
5+
<title>Mutraction-"non-keyed"</title>
6+
<link href="/css/currentStyle.css" rel="stylesheet"/>
7+
</head>
8+
<body>
9+
<span className="preloadicon glyphicon glyphicon-remove" ariaHidden="true"></span>
10+
<div id='main'>
11+
</div>
12+
<script src='dist/index.js'></script>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)