fix(): removed jsx.d.ts files that are no longer needed.

This commit is contained in:
Josh Thomas
2017-07-12 15:52:17 -05:00
parent e96ce7dafd
commit 0ba1cc85ec
3 changed files with 1 additions and 15 deletions

View File

@ -8,7 +8,7 @@
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
<script src="/dist/app.js"></script>
<script src="/www/build/app.js"></script>
</head>
<body>

View File

@ -1,7 +0,0 @@
declare namespace JSX {
interface Element {
}
interface IntrinsicElements {
[elemName: string]: any;
}
}

View File

@ -1,7 +0,0 @@
declare namespace JSX {
interface Element {
}
interface IntrinsicElements {
[elemName: string]: any;
}
}