-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add tsconfig and ts, format and fix demo so it works with curr…
…ent webpack
- Loading branch information
Coltin Kifer
committed
Sep 6, 2024
1 parent
10b06c2
commit 28736be
Showing
13 changed files
with
255 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Gossip</title> | ||
</head> | ||
<body> | ||
<a href="../">back</a> | ||
<div id="app"></div> | ||
<script src="./build.js"></script> | ||
</body> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>Gossip</title> | ||
</head> | ||
<body> | ||
<a href="../">back</a> | ||
<div id="app"></div> | ||
<script src="./build.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Group Animation</title> | ||
</head> | ||
<body> | ||
<a href="../">back</a> | ||
<div id="app"></div> | ||
<script src="./build.js"></script> | ||
</body> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>Group Animation</title> | ||
</head> | ||
<body> | ||
<a href="../">back</a> | ||
<div id="app"></div> | ||
<script src="./build.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.