Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
b-owl committed Jul 15, 2024
0 parents commit f54acd3
Show file tree
Hide file tree
Showing 12 changed files with 402 additions and 0 deletions.
167 changes: 167 additions & 0 deletions index.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions index.esm.js.map

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Your Component Library</title>

</head>
<body>
<div id="root"></div>
<script src="index.esm.js" defer></script>
</body>
</html>

Loading

0 comments on commit f54acd3

Please sign in to comment.