Skip to content

Commit

Permalink
demo refactor
Browse files Browse the repository at this point in the history
- React here
  • Loading branch information
krutoo committed May 2, 2022
1 parent e1634f2 commit 6c9d159
Show file tree
Hide file tree
Showing 25 changed files with 715 additions and 404 deletions.
10 changes: 8 additions & 2 deletions demo/.swcrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"jsc": {
"parser": {
"syntax": "typescript"
"syntax": "typescript",
"tsx": true
},
"target": "es2020"
"target": "es2020",
"transform": {
"react": {
"runtime": "automatic"
}
}
}
}
57 changes: 0 additions & 57 deletions demo/css/global.css

This file was deleted.

2 changes: 0 additions & 2 deletions demo/css/index.css

This file was deleted.

61 changes: 0 additions & 61 deletions demo/css/typography.css

This file was deleted.

58 changes: 0 additions & 58 deletions demo/index.html

This file was deleted.

Loading

0 comments on commit 6c9d159

Please sign in to comment.