Skip to content

Commit

Permalink
fix:directly encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
shivarm committed Feb 12, 2025
1 parent 9d7f7ae commit 79cd802
Show file tree
Hide file tree
Showing 10 changed files with 33,054 additions and 2,155 deletions.
258 changes: 258 additions & 0 deletions client/dist/404.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,342 changes: 1,342 additions & 0 deletions client/dist/assets/index-BAHQq0ye.css

Large diffs are not rendered by default.

28,616 changes: 28,616 additions & 0 deletions client/dist/assets/index-CkqNZMvC.js

Large diffs are not rendered by default.

Binary file added client/dist/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions client/dist/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" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Expensify</title>
<script type="module" crossorigin src="/assets/index-CkqNZMvC.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BAHQq0ye.css" />
</head>
<body>
<div id="root"></div>
</body>
</html>
Loading

0 comments on commit 79cd802

Please sign in to comment.