fix: fix the incorrect jsx comment ending

This commit is contained in:
Amin Yahyaabadi 2022-07-01 22:50:00 -07:00
parent 8a19065e90
commit 7c6559f8cd
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/** @babel */
/** @jsx etch.dom **/
/** @jsx etch.dom */
import etch from 'etch';

View File

@ -1,5 +1,5 @@
/** @babel */
/** @jsx etch.dom **/
/** @jsx etch.dom */
import etch from 'etch';